fix
Some checks failed
BlockStorage/repertory/pipeline/head There was a failure building this commit
Some checks failed
BlockStorage/repertory/pipeline/head There was a failure building this commit
This commit is contained in:
@@ -151,7 +151,7 @@ auto file_manager::create(const std::string &api_path, api_meta_map &meta,
|
|||||||
return open(api_path, false, ofd, handle, file);
|
return open(api_path, false, ofd, handle, file);
|
||||||
}
|
}
|
||||||
|
|
||||||
auto download_pinned_file(const std::string &api_path) -> bool {
|
auto file_manager::download_pinned_file(const std::string &api_path) -> bool {
|
||||||
REPERTORY_USES_FUNCTION_NAME();
|
REPERTORY_USES_FUNCTION_NAME();
|
||||||
|
|
||||||
recur_mutex_lock file_lock(open_file_mtx_);
|
recur_mutex_lock file_lock(open_file_mtx_);
|
||||||
|
Reference in New Issue
Block a user