Explorar o código

Merge pull request #22099 from overleaf/jpa-timeout

[history-v1] back_fill_file_hash: increase S3 httpOptions.timeout

GitOrigin-RevId: cd01f78597c517c9530f14a5ccc6defe2b49446b
Jakob Ackermann hai 1 ano
pai
achega
651fad7401
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      services/history-v1/config/default.json

+ 1 - 1
services/history-v1/config/default.json

@@ -19,7 +19,7 @@
       "maxRetries": "1",
       "pathStyle": false,
       "httpOptions": {
-        "timeout": "30000"
+        "timeout": "120000"
       }
     }
   },