Browse Source

Update federation config

Daniel Supernault 4 tháng trước cách đây
mục cha
commit
7072354a49
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      config/federation.php

+ 1 - 1
config/federation.php

@@ -19,7 +19,7 @@ return [
         'remoteFollow' => env('AP_REMOTE_FOLLOW', true),
 
         'delivery' => [
-            'timeout' => env('ACTIVITYPUB_DELIVERY_TIMEOUT', 30.0),
+            'timeout' => env('ACTIVITYPUB_DELIVERY_TIMEOUT', 30),
             'concurrency' => env('ACTIVITYPUB_DELIVERY_CONCURRENCY', 10),
             'logger' => [
                 'enabled' => env('AP_LOGGER_ENABLED', false),