deadcode
This commit is contained in:
parent
434a0ccf2a
commit
e2fe57c440
3
main.go
3
main.go
@ -27,8 +27,7 @@ var cfg Configuration
|
|||||||
var Version = "unknown-dev"
|
var Version = "unknown-dev"
|
||||||
|
|
||||||
var (
|
var (
|
||||||
myID string
|
myID string
|
||||||
config ini.Config
|
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
|||||||
3
model.go
3
model.go
@ -64,9 +64,6 @@ type Connection interface {
|
|||||||
const (
|
const (
|
||||||
idxBcastHoldtime = 15 * time.Second // Wait at least this long after the last index modification
|
idxBcastHoldtime = 15 * time.Second // Wait at least this long after the last index modification
|
||||||
idxBcastMaxDelay = 120 * time.Second // Unless we've already waited this long
|
idxBcastMaxDelay = 120 * time.Second // Unless we've already waited this long
|
||||||
|
|
||||||
minFileHoldTimeS = 60 // Never allow file changes more often than this
|
|
||||||
maxFileHoldTimeS = 600 // Always allow file changes at least this often
|
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user