Skip to content

Commit ae92cb5

Browse files
committed
Update loops.php
1 parent b6e06c2 commit ae92cb5

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

config/loops.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,10 @@
2323
'per_day' => env('LOOPS_UPLOADS_MAX_USER_PER_DAY', false),
2424
],
2525
],
26+
27+
'federation' => [
28+
'delivery' => [
29+
'timeout' => env('LOOPS_FED_DELIVERY_TIMEOUT', 10),
30+
],
31+
],
2632
];

0 commit comments

Comments
 (0)