Skip to content

Commit

Permalink
[gearbox] Since ASIC_DB, as well its COUNTER_DB, FLEX_COUNTER_DB use …
Browse files Browse the repository at this point in the history
…separator ':', GB_ASIC_DB should use same (#532)
  • Loading branch information
jimmyzhai authored Sep 21, 2021
1 parent 81182ec commit b502743
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions common/database_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,17 +64,17 @@
},
"GB_ASIC_DB" : {
"id" : 9,
"separator": "|",
"separator": ":",
"instance" : "redis"
},
"GB_COUNTERS_DB" : {
"id" : 10,
"separator": "|",
"separator": ":",
"instance" : "redis"
},
"GB_FLEX_COUNTER_DB" : {
"id" : 11,
"separator": "|",
"separator": ":",
"instance" : "redis"
},
"CHASSIS_APP_DB" : {
Expand Down

0 comments on commit b502743

Please sign in to comment.