Skip to content

Commit 2feaa9a

Browse files
小调整
1 parent 2817aee commit 2feaa9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/application/flow/step_node/variable_splitting_node/impl/base_variable_splitting_node.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
jsonpath_expr_cache = MemCache('parse_path', {
1717
'TIMEOUT': 3600, # 缓存有效期为 1 小时
1818
'OPTIONS': {
19-
'MAX_ENTRIES': 1000, # 最多缓存 500 个条目
19+
'MAX_ENTRIES': 1000, # 最多缓存 1000 个条目
2020
'CULL_FREQUENCY': 10, # 达到上限时,删除约 1/10 的缓存
2121
},
2222
})

0 commit comments

Comments
 (0)