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:
@@ -35,6 +35,8 @@ struct timespec;
|
||||
struct mediafirefs_context_private {
|
||||
mfconn *conn;
|
||||
folder_tree *tree;
|
||||
time_t last_status_check;
|
||||
time_t interval_status_check;
|
||||
char *configfile;
|
||||
char *dircache;
|
||||
char *filecache;
|
||||
|
||||
Reference in New Issue
Block a user