We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6e06c2 commit ae92cb5Copy full SHA for ae92cb5
1 file changed
config/loops.php
@@ -23,4 +23,10 @@
23
'per_day' => env('LOOPS_UPLOADS_MAX_USER_PER_DAY', false),
24
],
25
26
+
27
+ 'federation' => [
28
+ 'delivery' => [
29
+ 'timeout' => env('LOOPS_FED_DELIVERY_TIMEOUT', 10),
30
+ ],
31
32
];
0 commit comments