Skip to content

Commit

Permalink
Optimize SiteAlert Creation SQL by limiting JOINs by batching geoEvents
Browse files Browse the repository at this point in the history
  • Loading branch information
dhakalaashish committed May 6, 2024
1 parent 7ff903a commit 7fbf805
Show file tree
Hide file tree
Showing 2 changed files with 233 additions and 177 deletions.
1 change: 0 additions & 1 deletion apps/server/src/Services/GeoEvent/GeoEventHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ const processGeoEvents = async (geoEventProviderClientId: GeoEventProviderClient
newGeoEvents.push(fetchedEvents[i]);
}
}

return newGeoEvents;
};

Expand Down
Loading

0 comments on commit 7fbf805

Please sign in to comment.