We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be12cfa commit 3e98665Copy full SHA for 3e98665
drivers/ovsdbDriver.go
@@ -29,7 +29,7 @@ import (
29
)
30
31
// Max number of retries to get ofp port number
32
-const maxOfportRetry = 10
+const maxOfportRetry = 20
33
34
// OvsdbDriver is responsible for programming OVS using ovsdb protocol. It also
35
// implements the libovsdb.Notifier interface to keep cache of ovs table state.
0 commit comments