MCPcopy
hub / github.com/syncthing/syncthing / pullBasePause

Method pullBasePause

lib/model/folder.go:1211–1216  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1209}
1210
1211func (f *folder) pullBasePause() time.Duration {
1212 if f.PullerPauseS == 0 {
1213 return defaultPullerPause
1214 }
1215 return time.Duration(f.PullerPauseS) * time.Second
1216}
1217
1218func (f *folder) String() string {
1219 return fmt.Sprintf("%s/%s@%p", f.Type, f.folderID, f)

Callers 3

newFolderFunction · 0.95
ServeMethod · 0.95
pullMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected