Skip to content

Commit 4d79eb5

Browse files
committed
change memory setting
1 parent 069b7bd commit 4d79eb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_targets.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ tar_option_set(
5858
# retrieval - the worker loads the target's dependencies.
5959
retrieval = "worker",
6060
# memory - default option: the target stays in memory until the end of the pipeline
61-
memory = "transient",
61+
memory = "persisent",
6262
# controller - A controller or controller group object produced by the crew R package
6363
controller = controller
6464
)

0 commit comments

Comments
 (0)