Skip to content

Commit

Permalink
In MessageBus, increase history size
Browse files Browse the repository at this point in the history
  • Loading branch information
user committed Dec 14, 2024
1 parent 4a51f46 commit a30d6e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion avtdl/core/interfaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ class MessageBus:
PREFIX_OUT = 'output'
SEPARATOR = '/'

HISTORY_SIZE = 10
HISTORY_SIZE = 20

def __init__(self) -> None:
self.subscriptions: SubscriptionsMapping = defaultdict(list)
Expand Down

0 comments on commit a30d6e5

Please sign in to comment.