Skip to content

Commit

Permalink
Increase number of lines logged using the Profiler
Browse files Browse the repository at this point in the history
  • Loading branch information
MoojMidge committed Mar 19, 2024
1 parent 2b805ed commit 67fe619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/lib/youtube_plugin/kodion/debug.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def get_stats(self, flush=True, reuse=False):
self._Stats(
self._profiler,
stream=output_stream
).strip_dirs().sort_stats('cumulative', 'time').print_stats(20)
).strip_dirs().sort_stats('cumulative', 'time').print_stats(50)
# Occurs when no stats were able to be generated from profiler
except TypeError:
pass
Expand Down

0 comments on commit 67fe619

Please sign in to comment.