From 20df3f33314d68422121d4ab2e042f743802a6be Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Thu, 25 Jan 2024 23:46:12 -0600 Subject: [PATCH] branches2.cpp --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index a7760c77..4a6401e4 100644 --- a/config.toml +++ b/config.toml @@ -115,13 +115,13 @@ func.open.policy = 'ff' [branches] min-free-space = 123 -layout = [['foo','bar'],['foo']] [[branches.tier.0]] [[branches.tier.0.branch]] name = 'branch0' type = 'scan' path = '*' +order = 'name:asc' # | size [[branches.tier.0.branch]] name = 'branch1' type = 'literal'