Skip to content

Commit

Permalink
fix: update approx. round length to 20 minutes (#53)
Browse files Browse the repository at this point in the history
Signed-off-by: Miroslav Bajtoš <oss@bajtos.net>
  • Loading branch information
bajtos authored Feb 6, 2024
1 parent 25baade commit 4571103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/constants.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const SPARK_VERSION = '1.8.0'
export const MAX_CAR_SIZE = 200 * 1024 * 1024 // 200 MB
export const APPROX_ROUND_LENGTH_IN_MS = 60 * 60_000 // 1 hour
export const APPROX_ROUND_LENGTH_IN_MS = 20 * 60_000 // 20 minutes

0 comments on commit 4571103

Please sign in to comment.