revert wrong default value

This commit is contained in:
Philipp Holzer 2019-02-27 17:30:50 +01:00 committed by Hypolite Petovan
parent d712d36814
commit 305f53ca26
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,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.