Revert "Add cache-buster to hit database always"

This reverts commit e03defc30f.
This commit is contained in:
Daniel García Aubert 2018-11-02 10:29:19 +01:00
parent e03defc30f
commit 60724897cc

View File

@ -24,23 +24,11 @@ const validationPointSleepSql = `
2 val
`;
const cartoCSSPoints = () => `
// cache buster: ${Date.now()}
#layer{
marker-placement: point;
marker-allow-overlap: true;
marker-line-opacity: 0.2;
marker-line-width: 0.5;
marker-opacity: 1;
marker-width: 5;
marker-fill: red;
}`;
const createMapConfig = ({
version = '1.6.0',
type = 'cartodb',
sql = pointSleepSql,
cartocss = cartoCSSPoints(),
cartocss = TestClient.CARTOCSS.POINTS,
cartocss_version = '2.3.0',
interactivity = 'cartodb_id',
countBy = 'cartodb_id',