Skip to content

Commit 434bfa0

Browse files
authored
Merge pull request #219 from shikokuchuo/main
Update mirai::daemons() arguments
2 parents bae848f + 28648a6 commit 434bfa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/appenders.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ appender_async <- function(appender,
391391

392392
# Start one background process (hence dispatcher not required)
393393
# force = FALSE allows multiple appenders to use same namespace logger
394-
mirai::daemons(1L, dispatcher = "none", force = FALSE, .compute = namespace)
394+
mirai::daemons(1L, dispatcher = FALSE, force = FALSE, cleanup = FALSE, .compute = namespace)
395395
mirai::everywhere(
396396
{
397397
library(logger)

0 commit comments

Comments
 (0)