Skip to content

Commit

Permalink
establish minimum column widths
Browse files Browse the repository at this point in the history
  • Loading branch information
petersilva committed Jun 20, 2024
1 parent c3842c5 commit 2f9be29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sarracenia/sr.py
Original file line number Diff line number Diff line change
Expand Up @@ -891,7 +891,7 @@ def _resolve(self):
# comparing states and configs to find missing instances, and correct state.
self.resources={ 'uss': 0, 'rss': 0, 'vms':0, 'user_cpu': 0, 'system_cpu':0 }
self.cumulative_stats={
'flowNameWidth': 0, 'latestTransferWidth': 0,
'flowNameWidth': 20, 'latestTransferWidth': 4,
'rxLagTime':0, 'rxLagCount':0,
'rxMessageQueued':0, 'rxMessageRetry':0,
'txMessageQueued':0, 'txMessageRetry':0,
Expand Down

0 comments on commit 2f9be29

Please sign in to comment.