You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sirona.apache.org by rm...@apache.org on 2015/11/01 08:01:52 UTC

svn commit: r1711721 - /incubator/sirona/site-content/trunk/src/site/markdown/websocket.md

Author: rmannibucau
Date: Sun Nov  1 07:01:52 2015
New Revision: 1711721

URL: http://svn.apache.org/viewvc?rev=1711721&view=rev
Log:
better title and phrasing

Modified:
    incubator/sirona/site-content/trunk/src/site/markdown/websocket.md

Modified: incubator/sirona/site-content/trunk/src/site/markdown/websocket.md
URL: http://svn.apache.org/viewvc/incubator/sirona/site-content/trunk/src/site/markdown/websocket.md?rev=1711721&r1=1711720&r2=1711721&view=diff
==============================================================================
--- incubator/sirona/site-content/trunk/src/site/markdown/websocket.md (original)
+++ incubator/sirona/site-content/trunk/src/site/markdown/websocket.md Sun Nov  1 07:01:52 2015
@@ -51,9 +51,9 @@ in websocket mode (no need of HTTP colle
     # not yet implemented with websockets so if you use it use http push for path tracking or another one
     org.apache.sirona.store.tracking.PathTrackingDataStore = org.apache.sirona.store.memory.tracking.InMemoryPathTrackingDataStore
 
-### Counters
+### Send Period 
 
-You can also configure the period used to flush counters values:
+You can also configure the period used to flush periodicly data:
 
 * `org.apache.sirona.websocket.period`: which period to use to push counters data to the server (default to 1mn).