Skip to content

Commit

Permalink
[configdb] Remove call to "bgsave" from table update (sonic-net#86)
Browse files Browse the repository at this point in the history
Signed-off-by: Danny Allen <daall@microsoft.com>
  • Loading branch information
daall authored Aug 31, 2020
1 parent c25d492 commit 91cc6c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/swsssdk/configdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,6 @@ def mod_config(self, data):
for key in table_data:
self.__mod_entry(pipe, table_name, key, table_data[key])
pipe.execute()
client.bgsave()

def __get_config(self, client, pipe, data, cursor):
"""Read config data in batches of size REDIS_SCAN_BATCH_SIZE using Redis pipelines
Expand Down

0 comments on commit 91cc6c6

Please sign in to comment.