Skip to content

Commit ad0d1e0

Browse files
committed
update target setting
1 parent 4893ce0 commit ad0d1e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SDL_process/dummy_targets.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ tar_option_set(
6767
# storage - the worker saves/uploads the value.
6868
storage = "worker",
6969
# retrieval - the worker loads the target's dependencies.
70-
retrieval = "auto",
70+
retrieval = "worker",
7171
# memory - default option: the target stays in memory until the end of the pipeline
72-
memory = "auto",
72+
memory = "persistent",
7373
# controller - A controller or controller group object produced by the crew R package
7474
controller = controller
7575
)

0 commit comments

Comments
 (0)