Skip to content

Commit

Permalink
Code review: 333640043: Fixed worker limit not passed to psort workers.
Browse files Browse the repository at this point in the history
  • Loading branch information
Onager committed Mar 6, 2018
1 parent 895e249 commit faa6128
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config/dpkg/changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plaso (20180223-1) unstable; urgency=low
plaso (20180306-1) unstable; urgency=low

* Auto-generated

-- Log2Timeline <log2timeline-dev@googlegroups.com> Fri, 23 Feb 2018 14:43:12 -0500
-- Log2Timeline <log2timeline-dev@googlegroups.com> Tue, 06 Mar 2018 12:12:00 +0100
2 changes: 1 addition & 1 deletion plaso/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@

from __future__ import unicode_literals

__version__ = '20180223'
__version__ = '20180306'
1 change: 1 addition & 0 deletions plaso/cli/psort_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,7 @@ def ProcessStorage(self):
self._analysis_plugins, event_filter=self._event_filter,
event_filter_expression=self._event_filter_expression,
status_update_callback=status_update_callback,
worker_memory_limit=self._worker_memory_limit,
profiling_configuration=configuration.profiling)

analysis_counter = collections.Counter()
Expand Down

0 comments on commit faa6128

Please sign in to comment.