File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments