Skip to content

Commit

Permalink
update mirai::daemons() arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
shikokuchuo committed Jan 9, 2025
1 parent bae848f commit 28648a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/appenders.R
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ appender_async <- function(appender,

# Start one background process (hence dispatcher not required)
# force = FALSE allows multiple appenders to use same namespace logger
mirai::daemons(1L, dispatcher = "none", force = FALSE, .compute = namespace)
mirai::daemons(1L, dispatcher = FALSE, force = FALSE, cleanup = FALSE, .compute = namespace)
mirai::everywhere(
{
library(logger)
Expand Down

0 comments on commit 28648a6

Please sign in to comment.