Replace tabs with spaces
This commit is contained in:
parent
d1ddf225b4
commit
2c9ee54977
1 changed files with 3 additions and 3 deletions
|
@ -817,9 +817,9 @@ class Recorder(threading.Thread):
|
|||
if self.queue.qsize() > MAX_QUEUE_BACKLOG * 0.9:
|
||||
_LOGGER.warning(
|
||||
"Database queue backlog reached more than 90% of maximum queue "
|
||||
"length while waiting for backup to finish; recorder will now "
|
||||
"resume writing to database. The backup can not be trusted and "
|
||||
"must be restarted"
|
||||
"length while waiting for backup to finish; recorder will now "
|
||||
"resume writing to database. The backup can not be trusted and "
|
||||
"must be restarted"
|
||||
)
|
||||
task.queue_overflow = True
|
||||
break
|
||||
|
|
Loading…
Add table
Reference in a new issue