Skip to content

Commit

Permalink
increased get cid header timeouts to 2 min
Browse files Browse the repository at this point in the history
  • Loading branch information
rotarur committed Jun 25, 2024
1 parent e21c9e2 commit 16c255f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/utils/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package utils

import "net/http"

var GATEWAY_TIMEOUT_HEADERS int8 = 60
var GATEWAY_TIMEOUT_HEADERS int8 = 120

var DIR_LIST_ENDPOINT string = "/ipfs/api/v0/ls?arg="
var PIN_LIST_ENDPOINT string = "/ipfs/api/v0/pin/ls?stream=true"
Expand Down

0 comments on commit 16c255f

Please sign in to comment.