We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d2ec4ff + 3e98665 commit 8d67617Copy full SHA for 8d67617
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