Correct 'seessions' (sessions) (#220)

This commit is contained in:
sam 2017-08-13 01:29:20 +01:00 committed by Neil
parent 761213607c
commit 5b475751f1

View File

@ -108,7 +108,7 @@ class Env(lib_util.LoggedClass):
# We give the DB 250 files; allow ElectrumX 100 for itself
value = max(0, min(env_value, nofile_limit - 350))
if value < env_value:
self.log_warning('lowered maximum seessions from {:,d} to {:,d} '
self.log_warning('lowered maximum sessions from {:,d} to {:,d} '
'because your open file limit is {:,d}'
.format(env_value, value, nofile_limit))
return value