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
1 changed files with 1 additions and 1 deletions

View File

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