We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed4912d commit 431a211Copy full SHA for 431a211
lib/constants.js
@@ -1,4 +1,4 @@
1
-export const SPARK_VERSION = '1.18.1'
+export const SPARK_VERSION = '1.18.2'
2
export const MAX_CAR_SIZE = 200 * 1024 * 1024 // 200 MB
3
export const APPROX_ROUND_LENGTH_IN_MS = 20 * 60_000 // 20 minutes
4
export const MAX_JITTER_BETWEEN_TASKS_IN_MS = 10_000 // 10 seconds
0 commit comments