mirror of
https://github.com/danog/TelegramApiServer.git
synced 2024-12-02 09:17:46 +01:00
Reduce floodwait timeout
This commit is contained in:
parent
df5a7b8fef
commit
ca1504afbc
@ -19,7 +19,7 @@ $settings = [
|
|||||||
'level' => (int)getenv('LOGGER_LEVEL'), // Logging level, available logging levels are: ULTRA_VERBOSE - 5, VERBOSE - 4 , NOTICE - 3, WARNING - 2, ERROR - 1, FATAL_ERROR - 0.
|
'level' => (int)getenv('LOGGER_LEVEL'), // Logging level, available logging levels are: ULTRA_VERBOSE - 5, VERBOSE - 4 , NOTICE - 3, WARNING - 2, ERROR - 1, FATAL_ERROR - 0.
|
||||||
],
|
],
|
||||||
'rpc' => [
|
'rpc' => [
|
||||||
'flood_timeout' => 10,
|
'flood_timeout' => 5,
|
||||||
'rpc_drop_timeout' => 11,
|
'rpc_drop_timeout' => 11,
|
||||||
],
|
],
|
||||||
'connection' => [
|
'connection' => [
|
||||||
|
Loading…
Reference in New Issue
Block a user