Skip to content
This repository has been archived by the owner on Jan 29, 2019. It is now read-only.

Commit

Permalink
#196 fix order book snapshot period
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Stavetski committed May 15, 2018
1 parent 731c308 commit 40a01ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/src/main/kotlin/fund/cyber/markets/common/Env.kt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const val ALLOW_NOT_CLOSED_WINDOWS = "ALLOW_NOT_CLOSED_WINDOWS"
const val ALLOW_NOT_CLOSED_WINDOWS_DEFAULT = true

const val ORDERBOOK_SNAPSHOT_PERIOD_MIN = "ORDERBOOK_SNAPSHOT_PERIOD_MIN"
const val ORDERBOOK_SNAPSHOT_PERIOD_MIN_DEFAULT: Long = 10 * 60 * 1000
const val ORDERBOOK_SNAPSHOT_PERIOD_MIN_DEFAULT: Long = 10

const val SAVE_ORDERBOOKS = "SAVE_ORDERBOOKS"
const val SAVE_ORDERBOOKS_DEFAULT = true

0 comments on commit 40a01ef

Please sign in to comment.