Skip to content

Commit b35d718

Browse files
committed
Document
1 parent 8598511 commit b35d718

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
#### Updates
44

5-
* `pipe_notify(flag = tools::SIGTERM)` will now raise the signal with a 100ms grace period to allow a process to exit normally (#212).
5+
* `pipe_notify(flag = tools::SIGTERM)` will now raise the signal with a 200ms grace period to allow a process to exit normally (#212).
66
* `parse_url()` drops 'rawurl', 'host' and 'requri' from the output vector as these can be derived from the other parts.
77

88
# nanonext 1.7.1

R/sync.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ cv_signal <- function(cv) invisible(.Call(rnng_cv_signal, cv))
168168
#' If a signal from the \pkg{tools} package, e.g. `tools::SIGINT`, or an
169169
#' equivalent integer value is supplied, this sets a flag and additionally
170170
#' raises this signal upon the flag being set. For `tools::SIGTERM`, the
171-
#' signal is raised with a 100ms grace period to allow a process to exit
171+
#' signal is raised with a 200ms grace period to allow a process to exit
172172
#' normally.
173173
#'
174174
#' @return Invisibly, zero on success (will otherwise error).

man/pipe_notify.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)