(If you used an available TS_ID in TS_SYSTEMSETTINGS, there is no need to increment the TS_ LASTIDS table. If you added a new TS_ID, you must also increment the last ID entry for TS_SYSTEMSETTINGS in the TS_LASTIDS table).
TS_ID - Specify a new TS_ID value. (Don't forget to update the TS_ LASTIDS table after doing this to ensure that the last ID for TS_SYSTEMSETTINGS is up-to-date).
To change this default behavior: 1. Allocate a new TS_ID for the new Setting record to be added by updating the TS_ LASTIDS table. UPDATE TS_LASTIDS SET TS_LASTID = TS_LASTID + 1 WHERE TS_TABLEID = 56;
To change the warning period from the default 5 minutes, you can add a new row to the TS_SYSTEMSETTINGS table. 1. Allocate a new TS_ID for the new Setting record to be added by updating the TS_ LASTIDS table. UPDATE TS_LASTIDS SET TS_LASTID = TS_LASTID + 1 WHERE TS_TABLEID = 56;
To change this value, add a new entry to the TS_SYSTEMSETTINGS table for FileFieldTotalSizeMax_MB. 1. Allocate a new TS_ID for the new Setting record to be added by updating the TS_ LASTIDS table. UPDATE TS_LASTIDS SET TS_LASTID = TS_LASTID + 1 WHERE TS_TABLEID = 56;
TS_DATATYPE = 1 TS_LONGVALUE = the desired limit for POST data (in bytes) Increment the last ID for the TS_SYSTEMSETTINGS row in the TS_ LASTIDS table by 1.