mirror of
https://github.com/friendica/friendica
synced 2024-11-09 16:22:56 +00:00
revert wrong default value
This commit is contained in:
parent
d712d36814
commit
305f53ca26
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,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.
|
||||||
|
|
Loading…
Reference in a new issue