File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ async fn main() -> Result<(), std::io::Error> {
81
81
network_subgraph,
82
82
config. ethereum . indexer_address ,
83
83
1 ,
84
- Duration :: from_secs ( config. network_subgraph . allocation_syncing_interval ) ,
84
+ Duration :: from_millis ( config. network_subgraph . allocation_syncing_interval ) ,
85
85
) ;
86
86
87
87
// TODO: Chain ID should be a config
@@ -118,7 +118,7 @@ async fn main() -> Result<(), std::io::Error> {
118
118
let escrow_accounts = escrow_accounts (
119
119
escrow_subgraph,
120
120
config. ethereum . indexer_address ,
121
- Duration :: from_secs ( config. escrow_subgraph . escrow_syncing_interval ) ,
121
+ Duration :: from_millis ( config. escrow_subgraph . escrow_syncing_interval ) ,
122
122
) ;
123
123
124
124
let tap_manager = TapManager :: new (
You can’t perform that action at this time.
0 commit comments