Timeout is configured in the code. As for SQL, any modern database can handle JSON data.
Could you tell me How configure timeout in the code, please?
Would be "web.timeout"???
I would recommend to check ExtJS documentation if you want to find out how to configure timeout.
I googled about ExtJs and timeout and found out this configuration on traccar (on "web/app/Style.js" - line 23 " reportTimeout: 120 * 1000," ).
I will recompile the code.
thank you for feedback.
JB
I googled about ExtJs and timeout and found this setting in traccar (in "web / app / Style.js" - line 23 "reportTimeout: 120 * 1000,").
What value do I put 240 * 1000?
Hi Anton,
I am needing to generate a monthly report of about +/- 300 cars but unfortunately I facing a communication failure problem.
I googled on traccar forum and found something about browser timeout. I tried firefox (network.http.connection-timeout increase) but did not works either.
I am trying by SQL statement , but it is hard, because the totaldistance is into atributes (json).
Could you give a clue that what I can do? All helps will be appreciate.
JB