diff options
| author | Jeff Carr <[email protected]> | 2025-09-02 17:47:30 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-02 17:47:30 -0500 |
| commit | 61179d6aaef8ab5b6e5c941e61e7ce1e848bf49e (patch) | |
| tree | ae5e076c0f07be68bacbb90978180b9f3729beef /doClean.go | |
| parent | 589d50d95019638ca394382cbc6b21c6b248888d (diff) | |
make a "books" window
Diffstat (limited to 'doClean.go')
| -rw-r--r-- | doClean.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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") { |
