Skip to content

Commit

Permalink
revert timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
likeazir committed Aug 30, 2023
1 parent 8c00080 commit c376989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fileretriever/fileclient.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
)

var PATH_TTL = 15 * time.Minute
var DEADLINE = 1000 * time.Second
var DEADLINE = 10 * time.Second
var MAX_CONCURRENT_REQUESTS = 2
var PATH_CACHE_SIZE = 5000

Expand Down

0 comments on commit c376989

Please sign in to comment.