Join Nostr
2026-07-31 08:34:05 UTC
in reply to

CaohuaK ❄️ on Nostr: silverpill Blurry Moon nprofile1q…t8udl Scrapers might cause a sudden increase in ...

Scrapers might cause a sudden increase in disk space because they download source code archives, you can choose to disable the feature or set up scheduled cleanups if you want.

disable download source archive:

[repository]
DISABLE_DOWNLOAD_SOURCE_ARCHIVES = true


or delete them every 48h:

[cron.delete_repo_archives]
ENABLED = true
RUN_AT_START = true
SCHEDULE = @every 48h