Reduce volume controller sync period

This commit is contained in:
Jan Safranek
2016-05-30 09:59:31 +02:00
parent 60c1b4e75f
commit 2aa9f1dd8f
3 changed files with 4 additions and 4 deletions

View File

@@ -44,7 +44,7 @@ type PersistentVolumeControllerOptions struct {
func NewPersistentVolumeControllerOptions() PersistentVolumeControllerOptions {
return PersistentVolumeControllerOptions{
PVClaimBinderSyncPeriod: 10 * time.Minute,
PVClaimBinderSyncPeriod: 15 * time.Second,
VolumeConfigFlags: VolumeConfigFlags{
// default values here
PersistentVolumeRecyclerMaximumRetry: 3,