reduce public_lobbies cache to 500ms

This commit is contained in:
Evan
2025-03-06 18:47:46 -08:00
parent fc73ed46cb
commit e27f889318
+1 -1
View File
@@ -75,7 +75,7 @@ server {
# Cache configuration
proxy_cache API_CACHE;
proxy_cache_valid 200 1s; # Cache successful responses for 1 second
proxy_cache_valid 200 500ms;
proxy_cache_use_stale updating error timeout http_500 http_502 http_503 http_504;
proxy_cache_lock on;
add_header X-Cache-Status $upstream_cache_status;