change async torrent approval directory watch to periodic

This commit is contained in:
Lawrence, Rendall
2024-09-01 15:54:23 +03:00
parent c16f85c79a
commit ee493b845c
7 changed files with 171 additions and 90 deletions

View File

@@ -1,8 +1,6 @@
---
run:
# mochi in not written with generics (a.t.m),
# so we can check with 1.17
go: "1.17"
go: "1.22"
timeout: "5m"
output:
sort-results: true
@@ -15,6 +13,7 @@ linters-settings:
gosec:
excludes:
- "G505" # Allow SHA1 usage
- "G115" # FIXME: remove after https://github.com/securego/gosec/issues/1187 resolve
linters:
enable:
- "bidichk"