Skip to content

Commit

Permalink
[syncd] Disable use bulk api by default (sonic-net#688)
Browse files Browse the repository at this point in the history
currently disabled since most vendors don't support that yet
  • Loading branch information
kcudnik authored Nov 1, 2020
1 parent d978789 commit b458e6f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion syncd/scripts/syncd_init_common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ fi
CMD_ARGS+=" -u"

# Use bulk api`s in SAI
CMD_ARGS+=" -l"
# currently disabled since most vendors don't support that yet
# CMD_ARGS+=" -l"

# Set synchronous mode if it is enabled in CONFIG_DB
SYNC_MODE=$(echo $SYNCD_VARS | jq -r '.synchronous_mode')
Expand Down

0 comments on commit b458e6f

Please sign in to comment.