summaryrefslogtreecommitdiff
path: root/doClean.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-02 17:47:30 -0500
committerJeff Carr <[email protected]>2025-09-02 17:47:30 -0500
commit61179d6aaef8ab5b6e5c941e61e7ce1e848bf49e (patch)
treeae5e076c0f07be68bacbb90978180b9f3729beef /doClean.go
parent589d50d95019638ca394382cbc6b21c6b248888d (diff)
make a "books" window
Diffstat (limited to 'doClean.go')
-rw-r--r--doClean.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/doClean.go b/doClean.go
index d5d2e86..8497d02 100644
--- a/doClean.go
+++ b/doClean.go
@@ -36,7 +36,7 @@ func scanTmp() {
if !strings.HasPrefix(fname, "regex.") {
return nil
}
- if count > 10 {
+ if count > 100 {
return log.Errorf("count exceeded")
}
if strings.HasPrefix(fname, "regex.gemini-api-response") {