mirror of
https://github.com/mollersuite/monofile.git
synced 2024-11-21 05:26:27 -08:00
Update dbfile.ts
Co-authored-by: Jack W. <29169102+Jack5079@users.noreply.github.com>
This commit is contained in:
parent
bdb57fc878
commit
dc53b2abad
|
@ -14,7 +14,7 @@ class Activity {
|
|||
destroy: () => void
|
||||
|
||||
goal: number = Date.now()
|
||||
lastWrt: number = Date.now()
|
||||
lastWrite: number = Date.now()
|
||||
clock? : { type: "precise", id: NodeJS.Timeout } | { type: "tick", id: NodeJS.Timeout, lastGoal: number }
|
||||
|
||||
constructor(writeFunc: () => Promise<any>, destroyFunc: () => void) {
|
||||
|
|
Loading…
Reference in a new issue