mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Update federation config
This commit is contained in:
parent
76dd453ea0
commit
06c83ba08a
1 changed files with 5 additions and 1 deletions
|
@ -21,7 +21,11 @@ return [
|
||||||
|
|
||||||
'delivery' => [
|
'delivery' => [
|
||||||
'timeout' => env('ACTIVITYPUB_DELIVERY_TIMEOUT', 2.0),
|
'timeout' => env('ACTIVITYPUB_DELIVERY_TIMEOUT', 2.0),
|
||||||
'concurrency' => env('ACTIVITYPUB_DELIVERY_CONCURRENCY', 10)
|
'concurrency' => env('ACTIVITYPUB_DELIVERY_CONCURRENCY', 10),
|
||||||
|
'logger' => [
|
||||||
|
'enabled' => env('AP_LOGGER_ENABLED', false),
|
||||||
|
'driver' => 'log'
|
||||||
|
]
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue