mirror of
https://github.com/danog/TelegramApiServer.git
synced 2024-11-26 11:54:42 +01:00
Reduce db writes
This commit is contained in:
parent
24ebeed9ec
commit
1deb477738
@ -26,7 +26,7 @@ $settings = [
|
||||
'max_media_socket_count' => 10
|
||||
],
|
||||
'serialization' => [
|
||||
'interval' => 60,
|
||||
'interval' => 600,
|
||||
],
|
||||
'db' => [
|
||||
'enable_min_db' => (bool)filter_var((string)getenv('DB_ENABLE_MIN_DATABASE'), FILTER_VALIDATE_BOOL),
|
||||
|
Loading…
Reference in New Issue
Block a user