mirror of
https://github.com/evilhero/mylar
synced 2024-12-25 01:01:47 +00:00
FIX:(#667) DB Locking would occur on startup sequence on some instances. Removed update call
This commit is contained in:
parent
2d71763a96
commit
78da0c4714
1 changed files with 2 additions and 2 deletions
|
@ -2266,8 +2266,8 @@ def dbcheck():
|
|||
conn.commit()
|
||||
c.close()
|
||||
|
||||
logger.info('Making sure the latest dates are all correctly pointing to the correct issue numbers & dates')
|
||||
helpers.latestdate_update()
|
||||
#logger.info('Making sure the latest dates are all correctly pointing to the correct issue numbers & dates')
|
||||
#helpers.latestdate_update()
|
||||
|
||||
if dynamic_upgrade:
|
||||
logger.info('Updating db to include some important changes.')
|
||||
|
|
Loading…
Reference in a new issue