Mariana,
TABLE_REFRESH is the parameter to control when to do a full reload of the table.
TABLE_CHECK is the parameter to control how often to check for updates on the table. So if you don't want to check every transmit for changes you can adjust the TABLE_CHECK to weekly for example.
You want to disable TABLE_REFRESH and set TABLE_CHECK to weekly.
--Bill