Skip to content

Commit 4ff604d

Browse files
committed
Stop the port state poll by default
Signed-off-by: Dante Su <[email protected]>
1 parent bdfb8d8 commit 4ff604d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

orchagent/portsorch.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -594,9 +594,8 @@ PortsOrch::PortsOrch(DBConnector *db, DBConnector *stateDb, vector<table_name_wi
594594
m_lagIdAllocator = unique_ptr<LagIdAllocator> (new LagIdAllocator(chassisAppDb));
595595
}
596596

597-
auto executor = new ExecutableTimer(m_timer, this, "PORT_STATUS_POLL");
597+
auto executor = new ExecutableTimer(m_timer, this, "PORT_STATE_POLL");
598598
Orch::addExecutor(executor);
599-
m_timer->start();
600599
}
601600

602601
void PortsOrch::removeDefaultVlanMembers()

0 commit comments

Comments
 (0)