Shorter update intervall (http retriever)
-
How can I reduce the update time? For example, 250ms.
One second is too long for me. -
The simple answer is to change the editHttpRetriever.jsp file at line 118 from this:
<tag:timePeriodOptions sst="true" s="true" min="true" h="true"/>
... to this:
<tag:timePeriodOptions sst="true" ms="true" s="true" min="true" h="true"/>
But polling a web page at that rate is not particularly efficient. You might not get the results you expect. (Hey, but maybe you will...)
-
ty
i polling a serflet, started on local maschine :)