Skip to content

Commit ad88d6b

Browse files
authored
Merge pull request #2896 from nervosnetwork/testnet
Deploy to mainnet
2 parents f09020c + 9b10ab5 commit ad88d6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/scheduler.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def call_worker(clz)
115115
call_worker ContractStatisticWorker
116116
end
117117

118-
s.every "10h" overlap: false do
118+
s.every "10h", overlap: false do
119119
call_worker CalculateAddressInfoWorker
120120
end
121121

0 commit comments

Comments
 (0)