Skip to content

Commit

Permalink
Merge pull request #88 from usdot-jpo-ode/map-deduplicator-fix
Browse files Browse the repository at this point in the history
Fixed problems caused by invalid timestamps
  • Loading branch information
John-Wiens authored May 22, 2024
2 parents 121c951 + b0c3bbc commit 5289805
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 5289805

Please sign in to comment.