Skip to content

Commit

Permalink
name
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau-lilly committed Sep 21, 2023
1 parent a06acf0 commit b045fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/mirai/test-tls-max_tasks.R
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ workers$workers <- tibble::tibble(
# For {mirai} servers with online == 0L and instance == 1L,
# rotate the websocket URL.
rotate <- function(workers) {
info <- mirai::daemons()$daemons
info <- mirai::status()$daemons
done <- which(info[, "online"] < 1L & info[, "instance"] > 0L)
for (index in done) {
socket <- mirai::saisei(i = index, force = FALSE)
Expand Down

0 comments on commit b045fbd

Please sign in to comment.