mirror of
https://github.com/openmax-server/server.git
synced 2026-05-23 03:51:43 +03:00
Common: добавил сжатие lz4
This commit is contained in:
@@ -84,11 +84,11 @@ class AuthProcessors(BaseProcessor):
|
||||
|
||||
# Данные пакета
|
||||
payload = {
|
||||
"token": token,
|
||||
"codeLength": 6,
|
||||
"requestMaxDuration": 60000,
|
||||
"requestCountLeft": 10,
|
||||
"altActionDuration": 60000,
|
||||
"codeLength": 6,
|
||||
"token": token
|
||||
"altActionDuration": 60000
|
||||
}
|
||||
|
||||
# Собираем пакет
|
||||
|
||||
Reference in New Issue
Block a user