Example: web.set_timeout
The following example sets the maximum time that a script waits to connect to the server as 60 seconds:
web.set_timeout("CONNECT", "60");
The following example sets the maximum time that a script waits to connect to the server as 60 seconds:
web.set_timeout("CONNECT", "60");