Space sync now scheduled

This commit is contained in:
Zef Hemel
2023-08-15 20:24:02 +02:00
parent 7cce83b240
commit bd77f2932c
6 changed files with 14 additions and 10 deletions
+4
View File
@@ -11,3 +11,7 @@ export function hasInitialSyncCompleted(): Promise<boolean> {
export function scheduleFileSync(path: string): Promise<void> {
return syscall("sync.scheduleFileSync", path);
}
export function scheduleSpaceSync(): Promise<number> {
return syscall("sync.scheduleSpaceSync");
}