Browse Source

mergerfs.cpp

toml4
Antonio SJ Musumeci 10 months ago
parent
commit
c3dde12553
  1. 4
      config.toml
  2. 2
      src/mergerfs.cpp

4
config.toml

@ -83,7 +83,9 @@ min-free-space = 123
# TIER 0
[[branches.tier]]
func.create.policy = 'mfs'
[branches.tier.func.create]
policy.default = 'mfs'
func.open.policy = 'ff'
[[branches.tier.branch]]

2
src/mergerfs.cpp

@ -306,6 +306,8 @@ main(int argc_,
Branches2 b(data["branches"]);
std::cout << b << '\n';
pause();
return 0;

Loading…
Cancel
Save