We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40e6891 commit d91d2d5Copy full SHA for d91d2d5
splitio/storage/inmemmory.py
@@ -321,8 +321,8 @@ def put(self, impressions):
321
if self._queue_full_hook is not None and callable(self._queue_full_hook):
322
self._queue_full_hook()
323
_LOGGER.warning(
324
- 'Event queue is full, failing to add more events. \n'
325
- 'Consider increasing parameter `eventQueueSize` in configuration'
+ 'Impression queue is full, failing to add more impressions. \n'
+ 'Consider increasing parameter `impressionsQueueSize` in configuration'
326
)
327
return False
328
0 commit comments