Skip to content

Commit 00ff218

Browse files
author
dylan.min
committed
docs: cleanup redundant docstrings and translate comments to-english comments
1 parent cd8f75e commit 00ff218

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/docker/crawler_pool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ async def janitor():
172172
mem_pct = get_container_memory_percent()
173173

174174
# Adaptive intervals and TTLs
175-
# 严格遵循 BASE_IDLE_TTL,不再做 hot_ttl = ttl * 2 的放大
175+
# Strictly follow BASE_IDLE_TTL without multipliers
176176
if mem_pct > 80:
177177
interval, cold_ttl, hot_ttl = 10, 30, 60
178178
elif mem_pct > 60:

0 commit comments

Comments
 (0)