is
Code: Select all
'interval',1 WEEKthanks beau
Moderator: mcrossley
Code: Select all
'interval',1 WEEKIf you don't mean that setting, then as Mark says, more context required.The realtime.txt upload has an optional 'retention' setting, which will cause entries older than the value specified to be deleted from the database after each upload. It should be specified as a MySQL 'interval', e.g. 24 HOUR or 1 DAY or 1 WEEK etc.
The realtime.txt upload has an optional 'retention' setting, which will cause entries older than the value specified to be deleted from the database after each upload. It should be specified as a MySQL 'interval', e.g. 24 HOUR or 1 DAY or 1 WEEK etc.
Code: Select all
'interval',1 WEEKCode: Select all
1 WEEK