]> _ Git - tortuga-home.git/commitdiff
.
authorVincent <vincent@enhydra.fr>
Wed, 12 Feb 2020 09:29:30 +0000 (10:29 +0100)
committerVincent <vincent@enhydra.fr>
Wed, 12 Feb 2020 09:29:30 +0000 (10:29 +0100)
.idea/workspace.xml
scripts/cron/cron.php

index 89ce7aff7393729963775bf265087c194cedb9ee..8f44d1767e015e6f75d35a4fdddbdc095ae607f3 100644 (file)
@@ -3,7 +3,7 @@
   <component name="ChangeListManager">
     <list default="true" id="352ce63a-b52a-41a2-979b-becda7920939" name="Default" comment=".">
       <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/scripts/lib/scenes.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/lib/scenes.php" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/scripts/cron/cron.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/cron/cron.php" afterDir="false" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
       <workItem from="1580894754542" duration="2587000" />
       <workItem from="1581367617869" duration="13144000" />
       <workItem from="1581444247533" duration="1843000" />
-      <workItem from="1581497023317" duration="74000" />
-    </task>
-    <task id="LOCAL-00248" summary=".">
-      <created>1574966117031</created>
-      <option name="number" value="00248" />
-      <option name="presentableId" value="LOCAL-00248" />
-      <option name="project" value="LOCAL" />
-      <updated>1574966117031</updated>
+      <workItem from="1581497023317" duration="687000" />
+      <workItem from="1581498312758" duration="629000" />
     </task>
     <task id="LOCAL-00249" summary=".">
       <created>1574967000583</created>
       <option name="project" value="LOCAL" />
       <updated>1581445254182</updated>
     </task>
-    <option name="localTasksCounter" value="297" />
+    <task id="LOCAL-00297" summary=".">
+      <created>1581497112479</created>
+      <option name="number" value="00297" />
+      <option name="presentableId" value="LOCAL-00297" />
+      <option name="project" value="LOCAL" />
+      <updated>1581497112479</updated>
+    </task>
+    <option name="localTasksCounter" value="298" />
     <servers />
   </component>
   <component name="TypeScriptGeneratedFilesManager">
     </state>
     <state x="720" y="247" key="#com.intellij.openapi.updateSettings.impl.PluginUpdateInfoDialog/0.0.1920.1040@0.0.1920.1040" timestamp="1577298128269" />
     <state x="960" y="247" key="#com.intellij.openapi.updateSettings.impl.PluginUpdateInfoDialog/0.0.2560.1040@0.0.2560.1040" timestamp="1580459136096" />
-    <state x="935" y="114" key="CommitChangelistDialog2" timestamp="1581497105184">
+    <state x="935" y="114" key="CommitChangelistDialog2" timestamp="1581499753412">
       <screen x="0" y="0" width="2560" height="1040" />
     </state>
     <state x="701" y="114" key="CommitChangelistDialog2/0.0.1920.1040@0.0.1920.1040" timestamp="1577381105204" />
     <state x="701" y="127" key="CommitChangelistDialog2/0.0.1920.1160@0.0.1920.1160" timestamp="1581445251228" />
-    <state x="935" y="114" key="CommitChangelistDialog2/0.0.2560.1040@0.0.2560.1040" timestamp="1581497105184" />
+    <state x="935" y="114" key="CommitChangelistDialog2/0.0.2560.1040@0.0.2560.1040" timestamp="1581499753412" />
     <state x="92" y="92" width="2376" height="856" key="DiffContextDialog" timestamp="1580377344165">
       <screen x="0" y="0" width="2560" height="1040" />
     </state>
       <screen x="0" y="0" width="2560" height="1040" />
     </state>
     <state x="872" y="242" key="Vcs.Push.Dialog.v2/0.0.2560.1040@0.0.2560.1040" timestamp="1580377827629" />
-    <state x="976" y="343" key="com.intellij.ide.util.TipDialog" timestamp="1581497024533">
+    <state x="976" y="343" key="com.intellij.ide.util.TipDialog" timestamp="1581498312890">
       <screen x="0" y="0" width="2560" height="1040" />
     </state>
     <state x="732" y="343" key="com.intellij.ide.util.TipDialog/0.0.1920.1040@0.0.1920.1040" timestamp="1577380394903" />
     <state x="732" y="383" key="com.intellij.ide.util.TipDialog/0.0.1920.1160@0.0.1920.1160" timestamp="1581444247619" />
-    <state x="976" y="343" key="com.intellij.ide.util.TipDialog/0.0.2560.1040@0.0.2560.1040" timestamp="1581497024533" />
+    <state x="976" y="343" key="com.intellij.ide.util.TipDialog/0.0.2560.1040@0.0.2560.1040" timestamp="1581498312890" />
     <state x="977" y="257" width="607" height="536" key="find.popup" timestamp="1581412193715">
       <screen x="0" y="0" width="2560" height="1040" />
     </state>
index 53f1c883c67b2c96b25e75560f9844232b63de7a..3f254e88dd2a87da5c88c0df0e9b30b882251907 100644 (file)
@@ -12,7 +12,7 @@ function cronOneLoop($cronmin)
     if ($cronmin % 5 == 0) {
         cronTraffic($cronmin, false);
         cronVelib($cronmin);
-        cronBackyard($cronmin);
+        //cronBackyard($cronmin);
         cronGuest($cronmin);
     }
     if ($cronmin % 10 == 0) {