Yes. The Easysoft ODBC-ODBC Bridge HTTP Server uses a set of templates into which the dynamic data is inserted before sending it back to your browser. The template file for the main page (statistics) is index.html. You should find this file in the directory called templates wherever you installed the ODBC-ODBC Bridge Server. Edit the index.html file and near the top you will see meta http-equiv="refresh" content="60; URL=/index.html
. Change the value 60 (the refresh time in seconds) to whatever you would like. You should note that setting this very low will cause the ODBC-ODBC Bridge Server thread handling HTTP requests to be kept busy, which might reduce the response time to the ODBC-ODBC Bridge ODBC Server thread. Times much less than 60 seconds are therefore not recommended.