portal: reconcile loop stops flapping on empty diffsUnverified
15d4f01 parent: eb5d54d modified
internal/watcher/watch.go +1 -0 | @@ -10,3 +10,4 @@ func Watch(interval string) error { | ||
| 10 | 10 | } |
| 11 | 11 | return nil |
| 12 | 12 | } |
| 13 | +// iteration 1 | |
| @@ -10,3 +10,4 @@ func Watch(interval string) error { | |||
| 10 | } | 10 | } |
| 11 | return nil | 11 | return nil |
| 12 | } | 12 | } |
| 13 | +// iteration 1 | ||