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