mirror of
https://github.com/xorgy/mediafire-fuse
synced 2026-01-13 13:14:29 -08:00
only call device/get_status every 60 seconds (hardcoded for now)
This commit is contained in:
@@ -454,6 +454,8 @@ int main(int argc, char *argv[])
|
||||
|
||||
ctx->sv_writefiles = stringv_alloc();
|
||||
ctx->sv_readonlyfiles = stringv_alloc();
|
||||
ctx->last_status_check = 0;
|
||||
ctx->interval_status_check = 60;
|
||||
|
||||
ret = fuse_main(argc, argv, &mediafirefs_oper, ctx);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user