Skip to content

Commit 8fe573a

Browse files
committed
Increased auto-kill time for continuous snippets
1 parent b28a623 commit 8fe573a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

java/runner/resources/redo/RedoContinuous.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ source.2=REFERENCE
44
load.0=/data/truthset/customers.jsonl
55
load.1=/data/truthset/reference.jsonl
66
load.2=/data/truthset/watchlist.jsonl
7-
destroyAfter=15000
7+
destroyAfter=30000

java/runner/resources/redo/RedoContinuousViaFutures.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ source.2=REFERENCE
44
load.0=/data/truthset/customers.jsonl
55
load.1=/data/truthset/reference.jsonl
66
load.2=/data/truthset/watchlist.jsonl
7-
destroyAfter=15000
7+
destroyAfter=30000

java/runner/resources/redo/RedoWithInfoContinuous.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ source.2=REFERENCE
44
load.0=/data/truthset/customers.jsonl
55
load.1=/data/truthset/reference.jsonl
66
load.2=/data/truthset/watchlist.jsonl
7-
destroyAfter=15000
7+
destroyAfter=30000

0 commit comments

Comments
 (0)