Skip to content

Commit

Permalink
Add note about time-based eviction to README (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
David Hadka authored and Josh Gross committed Nov 1, 2019
1 parent 0e86554 commit 2523667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ See [Examples](examples.md)
## Cache Limits
Individual caches are limited to 200MB and a repository can have up to 2GB of caches. Once the 2GB limit is reached, older caches will be evicted based on when the cache was last accessed.
Individual caches are limited to 200MB and a repository can have up to 2GB of caches. Once the 2GB limit is reached, older caches will be evicted based on when the cache was last accessed. Caches that are not accessed within the last two weeks will also be evicted.
## Skipping steps based on cache-hit
Expand Down

0 comments on commit 2523667

Please sign in to comment.