Skip to content

Commit b5553db

Browse files
author
Matias Melograno
committed
Merge branch 'development' of github.com:splitio/python-client into sseHeaders
2 parents b247840 + bd36f60 commit b5553db

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Split has built and maintains SDKs for:
5757
* Java [Github](https://github.com/splitio/java-client) [Docs](https://help.split.io/hc/en-us/articles/360020405151-Java-SDK)
5858
* Javascript [Github](https://github.com/splitio/javascript-client) [Docs](https://help.split.io/hc/en-us/articles/360020448791-JavaScript-SDK)
5959
* Node [Github](https://github.com/splitio/javascript-client) [Docs](https://help.split.io/hc/en-us/articles/360020564931-Node-js-SDK)
60-
* .NET [Github](https://github.com/splitio/.net-core-client) [Docs](https://help.split.io/hc/en-us/articles/360020240172--NET-SDK)
60+
* .NET [Github](https://github.com/splitio/dotnet-client) [Docs](https://help.split.io/hc/en-us/articles/360020240172--NET-SDK)
6161
* Ruby [Github](https://github.com/splitio/ruby-client) [Docs](https://help.split.io/hc/en-us/articles/360020673251-Ruby-SDK)
6262
* PHP [Github](https://github.com/splitio/php-client) [Docs](https://help.split.io/hc/en-us/articles/360020350372-PHP-SDK)
6363
* Python [Github](https://github.com/splitio/python-client) [Docs](https://help.split.io/hc/en-us/articles/360020359652-Python-SDK)

splitio/storage/inmemmory.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,8 +319,8 @@ def put(self, impressions):
319319
if self._queue_full_hook is not None and callable(self._queue_full_hook):
320320
self._queue_full_hook()
321321
_LOGGER.warning(
322-
'Event queue is full, failing to add more events. \n'
323-
'Consider increasing parameter `eventQueueSize` in configuration'
322+
'Impression queue is full, failing to add more impressions. \n'
323+
'Consider increasing parameter `impressionsQueueSize` in configuration'
324324
)
325325
return False
326326

0 commit comments

Comments
 (0)