Fix small typo in server/db.py (#412)
This commit is contained in:
parent
74bc80ffbd
commit
19565a136d
@ -95,7 +95,7 @@ class DB(util.LoggedClass):
|
|||||||
'''Open the databases. If already open they are closed and re-opened.
|
'''Open the databases. If already open they are closed and re-opened.
|
||||||
|
|
||||||
When syncing we want to reserve a lot of open files for the
|
When syncing we want to reserve a lot of open files for the
|
||||||
synchtonization. When serving clients we want the open files for
|
synchronization. When serving clients we want the open files for
|
||||||
serving network connections.
|
serving network connections.
|
||||||
'''
|
'''
|
||||||
def log_reason(message, is_for_sync):
|
def log_reason(message, is_for_sync):
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user