Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: modules/notificationserver/files/site.conf

Issue 29325713: Issue 2981 - Enable cache lock for notification requests (Closed)
Patch Set: Created Sept. 2, 2015, 7:09 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/notificationserver/files/site.conf
===================================================================
--- a/modules/notificationserver/files/site.conf
+++ b/modules/notificationserver/files/site.conf
@@ -12,4 +12,5 @@
fastcgi_cache notification;
fastcgi_cache_key $group;
fastcgi_cache_valid any 1m;
+ fastcgi_cache_lock on;
Felix Dahlke 2015/09/02 19:31:25 This should suffice - fastcgi_cache_timeout is set
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld