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.
2 parents 31b9107 + d91d2d5 commit 941c5e1Copy full SHA for 941c5e1
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