mirror of
https://github.com/danog/TelegramApiServer.git
synced 2024-11-26 20:04:45 +01:00
Fix "This peer is not present in the internal peer database"
This commit is contained in:
parent
f0ff5a7783
commit
868df9078d
@ -18,10 +18,6 @@ return [
|
||||
'logger' => \danog\MadelineProto\Logger::ECHO_LOGGER, // 0 - Logs disabled, 3 - echo logs.
|
||||
'logger_level' => getenv('LOGGER_LEVEL'), // Logging level, available logging levels are: ULTRA_VERBOSE - 0, VERBOSE - 1 , NOTICE - 2, WARNING - 3, ERROR - 4, FATAL_ERROR - 5.
|
||||
],
|
||||
'updates' => [
|
||||
'handle_updates' => false, // Should I handle updates?
|
||||
'handle_old_updates' => false, // Should I handle old updates on startup?
|
||||
],
|
||||
'connection_settings' => [
|
||||
'all' => [
|
||||
'proxy' => '\SocksProxy',
|
||||
|
Loading…
Reference in New Issue
Block a user