Fix documentation on watch intervals. Fixes #26
This commit is contained in:
parent
4dd166e65e
commit
326807b395
@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [v0.12.4] - 2022-09-15
|
||||
|
||||
- Document that watcher intervals are in seconds
|
||||
|
||||
## [v0.12.3] - 2022-05-09
|
||||
|
||||
- Fix a race condition occasionally causing multiple duplicate uploads
|
||||
|
@ -54,7 +54,7 @@ no changes will take effect until the "Save All Configuration" button has been p
|
||||
### Global options
|
||||
|
||||
* Server port - the port number the web server listens on. Requires restart
|
||||
* Watch interval - how often each watcher will check the directory for new files
|
||||
* Watch interval - how often each watcher will check the directory for new files, in seconds
|
||||
|
||||
### Watcher configuration
|
||||
|
||||
|
@ -13,7 +13,7 @@ import (
|
||||
"golang.org/x/mod/semver"
|
||||
)
|
||||
|
||||
const CurrentVersion string = "v0.12.3"
|
||||
const CurrentVersion string = "v0.12.4"
|
||||
|
||||
type GithubRelease struct {
|
||||
HTMLURL string `json:"html_url"`
|
||||
|
@ -21,7 +21,7 @@
|
||||
</p>
|
||||
|
||||
<p>The Watch Interval is how often new files will be discovered by your
|
||||
watchers (watchers are configured below).</p>
|
||||
watchers in seconds (watchers are configured below).</p>
|
||||
|
||||
<div class="form-row align-items-center">
|
||||
<div class="col-sm-6 my-1">
|
||||
|
Loading…
x
Reference in New Issue
Block a user