Change interval to 1h

This commit is contained in:
Leonid Logvinov 2017-11-28 14:33:08 -06:00
parent ab91717199
commit 328ecd0533
No known key found for this signature in database
GPG Key ID: 0DD294BFDE8C95D4

View File

@ -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