changed to 20k
[nyc.indymedia.org.git] / etc / producer / producers.xml
index e7a08fb..1aa77c0 100755 (executable)
 
       <verb name="regen">
        <Define key="verbcondition" value="(not is_produced) and to_article_type != ${articletype.static}"/>
-       <Set key="limit" value="5000"/>
+       <Set key="limit" value="20000"/>
       </verb>
     </verbs>
     <body>
                        <Log message="I have a topic list with ${utility.listSize(topics)}" />
                    </then>
                   </If>-->
-        <If condition="article.is_published == '1'">
+             <Log message="I am generating: ${article.id}"/>
+
+  <If condition="article.is_published == '1'">
           <then>
             <Language>
-             <Log message="I am generating: ${article.id}"/>
               <Generate 
                 generator="/article.template" 
                 destination="${config.storageRoot}/${pathprefix}/${article.date.formatted.yyyy}/${article.date.formatted.MM}/${article.id}.html"/>