Skip to content

Commit 7fab67c

Browse files
Docs: Update properties description (prebid#3151)
1 parent dd7e583 commit 7fab67c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/config-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -346,10 +346,10 @@ available: `/cache/invalidate?account={accountId}` which remove account from the
346346
- `settings.in-memory-cache.http-update.timeout` - timeout for obtaining stored request updates.
347347
- `settings.in-memory-cache.database-update.init-query` - initial query for fetching all stored requests at the startup.
348348
- `settings.in-memory-cache.database-update.update-query` - a query for periodical update of stored requests, that should
349-
contain 'WHERE last_updated > ?' to fetch only the records that were updated since previous check.
349+
contain 'WHERE last_updated > ?' for MySQL and 'WHERE last_updated > $1' for Postgresql to fetch only the records that were updated since previous check.
350350
- `settings.in-memory-cache.database-update.amp-init-query` - initial query for fetching all AMP stored requests at the startup.
351351
- `settings.in-memory-cache.database-update.amp-update-query` - a query for periodical update of AMP stored requests, that should
352-
contain 'WHERE last_updated > ?' to fetch only the records that were updated since previous check.
352+
contain 'WHERE last_updated > ?' for MySQL and 'WHERE last_updated > $1' for Postgresql to fetch only the records that were updated since previous check.
353353
- `settings.in-memory-cache.database-update.refresh-rate` - refresh period in ms for stored request updates.
354354
- `settings.in-memory-cache.database-update.timeout` - timeout for obtaining stored request updates.
355355

0 commit comments

Comments
 (0)