Skip to content

Commit

Permalink
Upgrade to Thespian 3.9.3
Browse files Browse the repository at this point in the history
Closes #501
Relates #556
  • Loading branch information
danielmitterdorfer committed Aug 27, 2018
1 parent c565abb commit a8f4694
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ popd >/dev/null 2>&1
export THESPLOG_FILE="${THESPLOG_FILE:-${HOME}/.rally/logs/actor-system-internal.log}"
# this value is in bytes, the default is 50kB. We increase it to 200kiB.
export THESPLOG_FILE_MAXSIZE=${THESPLOG_FILE_MAXSIZE:-204800}
# adjust the default log level from WARNING
export THESPLOG_THRESHOLD="INFO"

# Provide a consistent binary name to the user and hide the fact that we call another binary under the hood.
export RALLY_ALTERNATIVE_BINARY_NAME=$(basename "$0")
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def str_from_file(name):
"jsonschema==2.5.1",
"Jinja2==2.9.5",
# remote messaging
"thespian==3.9.2",
"thespian==3.9.3",
# recommended library for thespian to identify actors more easily with `ps`
# "setproctitle==1.1.10",
# always use the latest version, these are certificate files...
Expand Down

0 comments on commit a8f4694

Please sign in to comment.