Skip to content

Commit

Permalink
feat: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zema1 authored Mar 25, 2023
1 parent c8504ca commit bb248b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ docker run --restart always -d \
```

初次运行会在本地建立全量数据库,大概需要 1~5 分钟,可以使用 `docker logs -f [containerId]` 来查看进度。
完成后会在群内收到一个消息, 后续将每 30分钟 (30m) 检查一次。这个频率可以通过 `INTERVAL` 这个环境变量来设置,支持的形式如
完成后将每 30分钟 (30m) 检查一次数据源。这个频率可以通过 `INTERVAL` 这个环境变量来设置,支持的形式如
`120s` `30m` `1h`,最低 1 分钟 (`60s``1m`)

> 特别注意: 为了减少内卷,该工具在凌晨 12:00 到 7:00 间会去 sleep 不会运行!
Expand Down Expand Up @@ -83,4 +83,4 @@ $ ./watchvuln --dt DINGDING_ACCESS_TOKEN --ds DINGDING_SECRET

2. 如何强制重新创建本地数据库

删除运行目录的 `vuln_vx.sqlite3` 文件再重新运行即可
删除运行目录的 `vuln_vx.sqlite3` 文件再重新运行即可

0 comments on commit bb248b4

Please sign in to comment.