mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-04 10:18:31 +00:00
Avoid long double timestamps in redbean
This commit is contained in:
parent
8d9ac3da50
commit
acdf591833
17 changed files with 431 additions and 77 deletions
|
@ -1374,9 +1374,10 @@ FUNCTIONS
|
|||
as Content-Range and Date, which are abstracted by the transport
|
||||
layer.
|
||||
|
||||
ProgramHeartbeatInterval(milliseconds:int)
|
||||
Sets the heartbeat interval (in milliseconds). 5000ms is the default
|
||||
and 100ms is the minimum.
|
||||
ProgramHeartbeatInterval([milliseconds:int])
|
||||
Sets the heartbeat interval (in milliseconds). 5000ms is the
|
||||
default and 100ms is the minimum. If `milliseconds` is not
|
||||
specified, then the current interval is returned.
|
||||
|
||||
ProgramTimeout(milliseconds:int|seconds:int)
|
||||
Default timeout is 60000ms. Minimal value of timeout is 10(ms).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue