Skip to content

Commit

Permalink
Switched Spat Index to use UtcTimestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Wiens committed May 20, 2024
1 parent f0c6e66 commit b0c3bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/mongo/b_create_indexes.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const collections = [

// GeoJson Converter Data
{name: "ProcessedMap", ttlField: "recordGeneratedAt", timeField: "properties.timeStamp", intersectionField: "properties.intersectionId"},
{name: "ProcessedSpat", ttlField: "recordGeneratedAt", timeField: "odeReceivedAt", intersectionField: "intersectionId"},
{name: "ProcessedSpat", ttlField: "recordGeneratedAt", timeField: "utcTimeStamp", intersectionField: "intersectionId"},

// Conflict Monitor Events
{ name: "CmStopLineStopEvent", ttlField: "eventGeneratedAt", timeField: "eventGeneratedAt", intersectionField: "intersectionID" },
Expand Down

0 comments on commit b0c3bbc

Please sign in to comment.