mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
docs: Add missing spaces around code spans.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Anders Kaseorg
parent
10ef308848
commit
a13e42f18a
@@ -341,7 +341,7 @@ def get_caches_to_be_purged(
|
||||
# and threshold days, this function return a list of caches
|
||||
# which can be purged. Remove the cache only if it is:
|
||||
# 1: Not in use by the current installation(in dev as well as in prod).
|
||||
# 2: Not in use by a deployment not older than `threshold_days`(in prod).
|
||||
# 2: Not in use by a deployment not older than `threshold_days` (in prod).
|
||||
# 3: Not in use by '/root/zulip'.
|
||||
# 4: Not older than `threshold_days`.
|
||||
caches_to_purge = set()
|
||||
|
||||
Reference in New Issue
Block a user