Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 7568)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 7569)
@@ -27,4 +27,8 @@
        reason to use callisto_Dec04Jan05.rc 
 
+   * datacenter/script/dowebplots: 
+     - reduced number of files to be updated by a limitation in 
+       modification time
+
 
 
Index: /trunk/MagicSoft/Mars/datacenter/scripts/dowebplots
===================================================================
--- /trunk/MagicSoft/Mars/datacenter/scripts/dowebplots	(revision 7568)
+++ /trunk/MagicSoft/Mars/datacenter/scripts/dowebplots	(revision 7569)
@@ -75,7 +75,7 @@
 
 
-#finding all rootfiles in the webdirectory 
+#finding all rootfiles in the webdirectory, that were modified in the last 3 days
 #this are all statusdisplays 
-rootfiles=`find $webdir/$type/ -maxdepth 10 -name '*.root' | grep -v '_I_' | grep -v '_Y_' | grep -v 'subsystemdata' | grep -v 'star_lapalma' | grep -v 'summary'`
+rootfiles=`find $webdir/$type/ -maxdepth 10 -name '*.root' -mtime -3 | grep -v '_I_' | grep -v '_Y_' | grep -v 'subsystemdata' | grep -v 'star_lapalma' | grep -v 'summary'`
 
 #exit if no rootfiles are found
