This blog is all about learning to do cool stuff with the Tridium Niagara Ax Framework and sharing knowledge.
Tuesday, June 12, 2012
Niagara Ax: How to increase workbench client request timeout
When a Niagara workbench is connected to a remote supervisor, chances are there when client makes a request to the server, requests will be timed out after 1 minute or 60 seconds, because the server was taking more than 60 seconds to service the request.
Although Tridium will not encourage this, but we can increase the time out for clients in certain known scenarios. The file to be changed is %NIAGARA_HOME%/lib/system.properties
?#UnComment the line below and provide a new value instead of 60000
niagara.fox.requestTimeout=60000
Labels:
clients time out,
Niagara workbench