Skip to content

Commit 3e98665

Browse files
committed
increasing ofport read access time
1 parent be12cfa commit 3e98665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/ovsdbDriver.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import (
2929
)
3030

3131
// Max number of retries to get ofp port number
32-
const maxOfportRetry = 10
32+
const maxOfportRetry = 20
3333

3434
// OvsdbDriver is responsible for programming OVS using ovsdb protocol. It also
3535
// implements the libovsdb.Notifier interface to keep cache of ovs table state.

0 commit comments

Comments
 (0)