1
0
mirror of https://github.com/elisspace/core.git synced 2026-08-29 15:43:55 +00:00

Replace tabs with spaces

This commit is contained in:
Stefan Agner
2021-12-07 11:15:54 +00:00
parent d1ddf225b4
commit 2c9ee54977

View File

@@ -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