This commit is contained in:
Jakob Borg 2014-02-24 13:34:24 +01:00
parent 434a0ccf2a
commit e2fe57c440
2 changed files with 1 additions and 5 deletions

View File

@ -28,7 +28,6 @@ var Version = "unknown-dev"
var (
myID string
config ini.Config
)
var (

View File

@ -64,9 +64,6 @@ type Connection interface {
const (
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
minFileHoldTimeS = 60 // Never allow file changes more often than this
maxFileHoldTimeS = 600 // Always allow file changes at least this often
)
var (