Browse Source

Fix small typo in server/db.py (#412)

patch-2
Roman Zeyde 7 years ago
committed by Neil
parent
commit
19565a136d
  1. 2
      server/db.py

2
server/db.py

@ -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…
Cancel
Save