mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-25 20:10:29 +00:00
Remove .heartbeat.lua from redbean (#554)
It's been replaced by `OnServerHeartbeat`.
This commit is contained in:
parent
d76dfadc7a
commit
a51edaa0db
2 changed files with 2 additions and 7 deletions
|
@ -564,8 +564,7 @@ HOOKS
|
|||
OnServerHeartbeat()
|
||||
If this function is defined it'll be called from the main process
|
||||
on each server heartbeat. The heartbeat interval is configurable
|
||||
with ProgramHeartbeatInterval. If this hook is defined, then
|
||||
`/.heartbeat.lua` is not called.
|
||||
with ProgramHeartbeatInterval.
|
||||
|
||||
OnServerListen(socketdescriptor:int,serverip:int,serverport:int) → bool
|
||||
If this function is defined it'll be called from the main process
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue