Skip to content

Commit

Permalink
Py3.5 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
s0undt3ch committed Jun 16, 2021
1 parent e038e0d commit 7e510bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/saltfactories/plugins/log_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ def _default_log_port(self):

@socket_hwm.default
def _default_socket_hwm(self):
# 1MB
return 1_000_000
# ~1MB
return 1000000

def start(self):
log.info("%s starting...", self)
Expand Down

0 comments on commit 7e510bf

Please sign in to comment.