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