mirror of
https://github.com/xorgy/mediafire-fuse
synced 2026-01-13 13:14:29 -08:00
Allow to skip the device/get_status call when calling folder_tree_update
- this is useful to safe one extra call when it is known that there should be changes on the remote. In that case it will immediately skip forward to calling device/get_changes
This commit is contained in:
@@ -301,7 +301,7 @@ static void connect_mf(struct mediafirefs_user_options *options,
|
||||
|
||||
fclose(fp);
|
||||
|
||||
folder_tree_update(ctx->tree, ctx->conn);
|
||||
folder_tree_update(ctx->tree, ctx->conn, false);
|
||||
} else {
|
||||
// file doesn't exist
|
||||
fprintf(stderr, "creating new hashtable\n");
|
||||
|
||||
Reference in New Issue
Block a user