mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-17 08:14:25 +08:00
update comments
This commit is contained in:
@@ -146,7 +146,7 @@ checker_type = in_memory
|
|||||||
# For "in_memory" duplicate checker only, cleanup expired data interval seconds (1 - 4294967295), default is 60 (1 minutes)
|
# For "in_memory" duplicate checker only, cleanup expired data interval seconds (1 - 4294967295), default is 60 (1 minutes)
|
||||||
cleanup_interval = 60
|
cleanup_interval = 60
|
||||||
|
|
||||||
# The minimum interval seconds (0 - 4294967295) between duplicate submissions on the same page (exiting and re-entering the page is considered as a new session)
|
# The minimum interval seconds (0 - 4294967295) between duplicate submissions on the same page (exiting and re-entering the edit page / edit dialog is considered as a new session)
|
||||||
# Set to 0 to disable duplicate checker for new data submissions, default is 300 (5 minutes)
|
# Set to 0 to disable duplicate checker for new data submissions, default is 300 (5 minutes)
|
||||||
duplicate_submissions_interval = 300
|
duplicate_submissions_interval = 300
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user