Skip to content

Commit 8ae0543

Browse files
add performance logging
1 parent ae4ac51 commit 8ae0543

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cads_broker/dispatcher.py

+1
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ def add(self, key: str, item: Any) -> None:
135135
with self._lock:
136136
self.queue_dict[key] = item
137137

138+
@perf_logger
138139
def add_accepted_requests(self, accepted_requests: dict) -> None:
139140
with self._lock:
140141
for request in accepted_requests:

0 commit comments

Comments
 (0)