mirror of
https://git.wownero.com/wownero/tippero.git
synced 2024-08-15 00:33:14 +00:00
Save redis on exit instead of shutting it down
This commit is contained in:
parent
53366012e1
commit
571b70a865
1 changed files with 2 additions and 2 deletions
|
@ -543,6 +543,6 @@ while len(networks)>0:
|
|||
OnIdle()
|
||||
|
||||
|
||||
log_info('shutting down redis')
|
||||
redisdb.shutdown()
|
||||
log_info('saving redis')
|
||||
redisdb.bgsave()
|
||||
log_info('exiting')
|
||||
|
|
Loading…
Reference in a new issue