mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-11-22 20:06:45 +08:00
branch_tier.cpp
This commit is contained in:
parent
b7ceb1e083
commit
4495bdfc91
|
@ -36,7 +36,7 @@ namespace l
|
|||
for(auto &path : paths)
|
||||
{
|
||||
table["path"] = path;
|
||||
branches_.emplace_back(table);
|
||||
branches_.emplace_back(table,min_free_space_);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user