Timeouts for sync config

This commit is contained in:
Zef Hemel
2023-01-14 18:51:00 +01:00
parent d371f2f68a
commit e5276319e0
16 changed files with 225 additions and 70 deletions
+3
View File
@@ -31,5 +31,8 @@ export function systemSyscalls(
"system.reloadPlugs": () => {
return plugReloader();
},
"system.getEnv": () => {
return system.env;
},
};
}