svghmi/widget_jsontable.ysl2
branchsvghmi
changeset 3187 ba8ff21fd82b
parent 3181 50d0fef791d5
child 3189 0733114a2090
--- a/svghmi/widget_jsontable.ysl2	Thu Mar 11 20:46:05 2021 +0100
+++ b/svghmi/widget_jsontable.ysl2	Fri Mar 12 15:12:38 2021 +0100
@@ -4,7 +4,7 @@
     ||
     class JsonTableWidget extends Widget{
         // arbitrary defaults to avoid missing entries in query
-        cache = [0,100,50];
+        cache = [0,0,0];
         init_common() {
             this.spread_json_data_bound = this.spread_json_data.bind(this);
             this.handle_http_response_bound = this.handle_http_response.bind(this);