| Index: chrome/common/extensions/docs/server2/branch_utility.py
|
| diff --git a/chrome/common/extensions/docs/server2/branch_utility.py b/chrome/common/extensions/docs/server2/branch_utility.py
|
| index 187382cb82ade3df7a3c57354b41e279a6842a90..c0a694624c267b41d018684c37e3c642142a98be 100644
|
| --- a/chrome/common/extensions/docs/server2/branch_utility.py
|
| +++ b/chrome/common/extensions/docs/server2/branch_utility.py
|
| @@ -40,7 +40,8 @@ class BranchUtility(object):
|
| return channel_name
|
|
|
| branch_number = self._memcache.Get(channel_name + '.' + self._base_path,
|
| - memcache.MEMCACHE_BRANCH_UTILITY)
|
| + memcache.MEMCACHE_BRANCH_UTILITY,
|
| + time=86400)
|
| if branch_number is not None:
|
| return branch_number
|
|
|
|
|