Skip to content

Commit b502743

Browse files
authored
[gearbox] Since ASIC_DB, as well its COUNTER_DB, FLEX_COUNTER_DB use separator ':', GB_ASIC_DB should use same (#532)
1 parent 81182ec commit b502743

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

common/database_config.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,17 +64,17 @@
6464
},
6565
"GB_ASIC_DB" : {
6666
"id" : 9,
67-
"separator": "|",
67+
"separator": ":",
6868
"instance" : "redis"
6969
},
7070
"GB_COUNTERS_DB" : {
7171
"id" : 10,
72-
"separator": "|",
72+
"separator": ":",
7373
"instance" : "redis"
7474
},
7575
"GB_FLEX_COUNTER_DB" : {
7676
"id" : 11,
77-
"separator": "|",
77+
"separator": ":",
7878
"instance" : "redis"
7979
},
8080
"CHASSIS_APP_DB" : {

0 commit comments

Comments
 (0)