Skip to content

Commit

Permalink
Merge pull request #32176 from vespa-engine/hmusum/reduce-timeout
Browse files Browse the repository at this point in the history
Change timeout in config proxy file distribution server code
  • Loading branch information
baldersheim authored Aug 19, 2024
2 parents b3d195b + afbe556 commit c3c8832
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ public void close() {
private FileDownloader createDownloader(Supervisor supervisor, ConfigSourceSet source) {
return new FileDownloader(new FileDistributionConnectionPool(source, supervisor),
supervisor,
Duration.ofMinutes(5));
Duration.ofSeconds(55)); // Should be lower than the timeout in FileAcquirer
}



}

0 comments on commit c3c8832

Please sign in to comment.