Browse Source

bucket test

wecisecode 1 week ago
parent
commit
f31393cc68
1 changed files with 2 additions and 2 deletions
  1. 2 2
      odbctest/mql/basic/49mix/0130insertbucket.mql

+ 2 - 2
odbctest/mql/basic/49mix/0130insertbucket.mql

@@ -38,7 +38,7 @@ set(ct,"2025-01-01 00:02:34")
 beforerun(
     add(ct,30,minute)
 )
-loop(48)
+loop(240)
 parallel(100)
 params("mtz:z{%d,filei}", [{"name": "mtza", "value": {%d,mqli}.{%d,mqli}, "timestamp": "{%2006-01-02 15:04:05,ct}", "label":"mta{%d,filei}"}])
 **/
@@ -51,7 +51,7 @@ set(ct,"2025-01-01 00:04:56")
 beforerun(
     add(ct,30,minute)
 )
-loop(48)
+loop(240)
 parallel(100)
 params("mtx:x{%d,filei}", [{"name": "mtxa", "value": {%d,mqli}.{%d,mqli}, "timestamp": "{%2006-01-02 15:04:05,ct}", "label":"mta{%d,filei}"}])
 **/