You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ Twitter API consumer key and access token are required to consume the **[Twitter
60
60
61
61
That should be all there is to it before you can run your own instance listening on **[localhost:9000](http://localhost:9000)**.
62
62
63
-
You may want to remove or alter the Google Analytics script in main.scala.html.
63
+
You may want to remove Google Analytics script in main.scala.html or adapt the Analytics setting in the application.conf according to your own needs.
64
64
65
65
###Streaming API limitations
66
66
Please be aware that only one connection to the Twitter Streaming API is possible from any one public IP address. Starting a connection to the Streaming API will potentially end other connections from the same network if **[NAT](http://en.wikipedia.org/wiki/Network_address_translation)** is in place using the same public IP address. Access from mobile networks is discouraged and most likely won't work.
0 commit comments