Bump CDC shard response timeout

This commit is contained in:
Francesco Mazzoli
2023-11-29 14:58:47 +00:00
parent e8ef788725
commit af46ab2173
2 changed files with 8 additions and 1 deletions

View File

@@ -189,7 +189,7 @@ static struct eggsfs_fs_info* eggsfs_init_fs_info(const char* dev_name) {
if (err != 0) { goto out_socket; }
INIT_DELAYED_WORK(&eggsfs_info->shuckle_refresh_work, eggsfs_shuckle_refresh_work);
schedule_delayed_work(system_long_wq, &eggsfs_info->shuckle_refresh_work, eggsfs_shuckle_refresh_time_jiffies);
queue_delayed_work(system_long_wq, &eggsfs_info->shuckle_refresh_work, eggsfs_shuckle_refresh_time_jiffies);
eggsfs_info("mount successful");
return eggsfs_info;