Skip to content

Commit

Permalink
Finally fix...I think...the startup cache issue we had been seeing (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgodbolt committed Apr 29, 2022
1 parent 2dbca64 commit 911a237
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion etc/config/compiler-explorer.amazon.properties
Expand Up @@ -6,9 +6,11 @@ privacyPolicyEnabled=true
compileTimeoutMs=20000
max-asm-size=67108864
staticMaxAgeSecs=30
# Anything under /cache/ will expire
cacheConfig=InMemory(25);S3(storage.godbolt.org,cache,us-east-1)
executableCacheConfig=S3(storage.godbolt.org,cache,us-east-1)
compilerCacheConfig=S3(storage.godbolt.org,cache,us-east-1)
# Anything outside will not expire
compilerCacheConfig=S3(storage.godbolt.org,compiler-info-cache,us-east-1)
clientGoogleAnalyticsEnabled=true
# Do not get too stuck on failed proxies or the instances might not be able to wake up
proxyRetries=10
Expand Down

0 comments on commit 911a237

Please sign in to comment.