Change interval to 1h
This commit is contained in:
parent
ab91717199
commit
328ecd0533
@ -50,7 +50,7 @@ interface OrderStateByOrderHash {
|
|||||||
[orderHash: string]: OrderState;
|
[orderHash: string]: OrderState;
|
||||||
}
|
}
|
||||||
|
|
||||||
const DEFAULT_CLEANUP_JOB_INTERVAL_MS = 1000 * 60 * 60 * 24; // 1d
|
const DEFAULT_CLEANUP_JOB_INTERVAL_MS = 1000 * 60 * 60; // 1h
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This class includes all the functionality related to watching a set of orders
|
* This class includes all the functionality related to watching a set of orders
|
||||||
|
Loading…
x
Reference in New Issue
Block a user