Update federation config

pull/1374/head
Daniel Supernault 6 years ago
parent 1c9e823cad
commit ae116457bf
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -17,6 +17,8 @@ return [
'inbox' => env('AP_INBOX', true),
'sharedInbox' => env('AP_SHAREDINBOX', false),
'remoteFollow' => false,
'delivery' => [
'timeout' => env('ACTIVITYPUB_DELIVERY_TIMEOUT', 2.0),
'concurrency' => env('ACTIVITYPUB_DELIVERY_CONCURRENCY', 10)

Loading…
Cancel
Save