Author: dpillot
Date: Tue Sep 25 18:00:06 2007
New Revision: 18652
URL: https://svndev.jahia.net/websvn/listing.php?sc=3D1&rev=3D18652&repname=
=3Djahia
Log:
reduced the lapse and stop at 9O polls. use the flag reload consistently
Modified:
branches/JAHIA-5-0-SP-BRANCH/core/src/webapp/jsp/jahia/topbar/processin=
g.inc
Modified: branches/JAHIA-5-0-SP-BRANCH/core/src/webapp/jsp/jahia/topbar/pro=
cessing.inc
URL: https://svndev.jahia.net/websvn/diff.php?path=3D/branches/JAHIA-5-0-SP=
-BRANCH/core/src/webapp/jsp/jahia/topbar/processing.inc&rev=3D18652&repname=
=3Djahia
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- branches/JAHIA-5-0-SP-BRANCH/core/src/webapp/jsp/jahia/topbar/processin=
g.inc (original)
+++ branches/JAHIA-5-0-SP-BRANCH/core/src/webapp/jsp/jahia/topbar/processin=
g.inc Tue Sep 25 18:00:06 2007
@@ -43,7 +43,7 @@
monitordisp =3D null;//window
oldvalue1 =3D 0;
oldvalue2 =3D 0;
-freqCall =3D 7;
+freqCall =3D 5;//frequency
count =3D 0;
cronlimit =3D 1;// set the limit in hour to display crons
var watchcount=3D0;
@@ -127,7 +127,7 @@
var value6 =3D getElementValueFromXmlDoc(xdoc,'pooled',0);
var value7 =3D getElementValueFromXmlDoc(xdoc,'reload',"false");
=
- if(watchcount<2) value7=3D"false";
+ //if(watchcount<2) value7=3D"false";
var x =3D parseInt(value3);
var y =3D parseInt(value5);
var other =3D x + y;
@@ -233,7 +233,7 @@
stringh =3D stringh + '</tr></table>';
thebar.innerHTML =3D stringh;
=
- if(watchcount>59) {
+ if(watchcount>90) {
// stop the watcher of the pdisplay after 6 min iddle
stopMonitor();
}
_______________________________________________
cvs_list mailing list
[email protected]
http://lists.jahia.org/cgi-bin/mailman/listinfo/cvs_list