Skip to content

Commit 3c0f52c

Browse files
author
Danny O'Brien
committed
dbacl: Expand memory a touch.
1 parent 2c17c94 commit 3c0f52c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mu/.local/bin/learncategories

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ for category in $categories; do
77
echo -n "Learning: $category \t"
88
mu find --format=links --clearlinks --linksdir=~/tmp/mudump tag:${category}-corpus
99
echo "($(messages -s ~/tmp/mudump) samples)"
10-
find -L ~/tmp/mudump -type f | grep -v noindex | while read f; do formail <$f; done | dbacl -h 16 -T email -l ${category}-mail
10+
find -L ~/tmp/mudump -type f | grep -v noindex | while read f; do formail <$f; done | dbacl -h 17 -T email -l ${category}-mail
1111
done

0 commit comments

Comments
 (0)