Skip to content

Commit

Permalink
set short ttl time to 5
Browse files Browse the repository at this point in the history
  • Loading branch information
elikoga committed Sep 8, 2023
1 parent ca145b7 commit fe65979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstore/globals.hh
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ public:
)"};

Setting<unsigned int> shortTtl{
this, 60 * 60, "short-ttl",
this, 5, "short-ttl",
R"(
The number of seconds a downloaded file is considered fresh. If
the cached file is stale, Nix will check whether it is still up
Expand Down

0 comments on commit fe65979

Please sign in to comment.