Create a new cached state image every 12 hours (#5191)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
This commit is contained in:
parent
99bdc8d14c
commit
01ca74d0fb
|
@ -96,7 +96,7 @@ env:
|
|||
EXTRA_LOG_LINES: 200
|
||||
# How many blocks to wait before creating an updated cached state image.
|
||||
# 1 day is approximately 1152 blocks.
|
||||
CACHED_STATE_UPDATE_LIMIT: 1152
|
||||
CACHED_STATE_UPDATE_LIMIT: 576
|
||||
|
||||
jobs:
|
||||
# set up the test, if it doesn't use any cached state
|
||||
|
|
Loading…
Reference in New Issue