revert wrong default value

This commit is contained in:
Philipp Holzer 2019-02-27 17:30:50 +01:00
parent dfe1bb3246
commit 6738ec09d2
No known key found for this signature in database
GPG key ID: 517BE60E2CE5C8A5

View file

@ -211,7 +211,7 @@ return [
// logger_adapter (String) // logger_adapter (String)
// Sets the logging adapter of Friendica globally (monolog, syslog) // Sets the logging adapter of Friendica globally (monolog, syslog)
'logger_adapter' => 'syslog', 'logger_adapter' => 'monolog',
// max_batch_queue (Integer) // max_batch_queue (Integer)
// Maximum number of batched queue items for a single contact before subsequent messages are discarded. // Maximum number of batched queue items for a single contact before subsequent messages are discarded.