Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(46)

Unified Diff: chrome/common/extensions/docs/server2/memcache_file_system.py

Issue 10836253: Extensions Docs Server: memcache_file_system fix (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
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: chrome/common/extensions/docs/server2/memcache_file_system.py
diff --git a/chrome/common/extensions/docs/server2/memcache_file_system.py b/chrome/common/extensions/docs/server2/memcache_file_system.py
index efe8a798a15c073cdea15318b528de1df602dcd5..2a1bf957632abe5d1557832317d7b3e1ab385113 100644
--- a/chrome/common/extensions/docs/server2/memcache_file_system.py
+++ b/chrome/common/extensions/docs/server2/memcache_file_system.py
@@ -59,6 +59,7 @@ class MemcacheFileSystem(FileSystem):
value = new_items[item]
self._memcache.Set(item,
(value, version),
- memcache.MEMCACHE_FILE_SYSTEM_READ)
+ memcache.MEMCACHE_FILE_SYSTEM_READ,
+ time=0)
not at google - send to devlin 2012/08/14 22:19:47 what was it before? but cool, add a commet like "
result[item] = value
return Future(value=result)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698