Skip to content

Commit b458e6f

Browse files
authored
[syncd] Disable use bulk api by default (sonic-net#688)
currently disabled since most vendors don't support that yet
1 parent d978789 commit b458e6f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

syncd/scripts/syncd_init_common.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ fi
2828
CMD_ARGS+=" -u"
2929

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

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

0 commit comments

Comments
 (0)