prune readme
This commit is contained in:
parent
d3f6bb2de0
commit
a6a8fafcf5
2 changed files with 10 additions and 2 deletions
|
@ -81,6 +81,15 @@ services:
|
||||||
retries: 5
|
retries: 5
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### Pruning
|
||||||
|
|
||||||
|
An automatic database prune job that removed repeating values can be scheduled by adding a cron schedule to the config:
|
||||||
|
```
|
||||||
|
database:
|
||||||
|
dsn: "/config/watch.db"
|
||||||
|
prune: "@every 1h"
|
||||||
|
```
|
||||||
|
|
||||||
### Proxy
|
### Proxy
|
||||||
|
|
||||||
GoWatch has some basic proxy support, using the config we can point GoWatch to a proxy server:
|
GoWatch has some basic proxy support, using the config we can point GoWatch to a proxy server:
|
||||||
|
|
1
todo.md
1
todo.md
|
@ -11,4 +11,3 @@
|
||||||
- organize docs?
|
- organize docs?
|
||||||
- disable gin debug
|
- disable gin debug
|
||||||
- add favicon
|
- add favicon
|
||||||
- db prune readme
|
|
Loading…
Add table
Reference in a new issue