Skip to content

Commit

Permalink
correction
Browse files Browse the repository at this point in the history
  • Loading branch information
shikokuchuo committed Oct 2, 2023
1 parent 1f8b3e5 commit 837a3e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/daemon.R
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ daemon <- function(url, asyncdial = FALSE, maxtasks = Inf, idletime = Inf,
#' @keywords internal
#' @export
#'
.daemon <- function(url, exitlinger) {
.daemon <- function(url, exitlinger = 2000L) {

sock <- socket(protocol = "rep", dial = url, autostart = NA)
on.exit(reap(sock))
Expand Down
2 changes: 1 addition & 1 deletion man/dot-daemon.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 837a3e4

Please sign in to comment.