Skip to content

Commit

Permalink
Adjusted comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenthoms committed Dec 16, 2024
1 parent 74c71f0 commit 7a1c491
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export class DrilledWellTrajectoriesLayer implements Layer<DrilledWellTrajectori
.fetchQuery({
queryKey,
queryFn: () => apiService.well.getWellTrajectories(fieldIdentifier ?? ""),
staleTime: 1800000, // TODO
staleTime: 1800000, // TODO: Both stale and gcTime are set to 30 minutes for now since SMDA is quite slow for fields with many wells - this should be adjusted later
gcTime: 1800000,
})
.then((response: WellboreTrajectory_api[]) => {
Expand Down

0 comments on commit 7a1c491

Please sign in to comment.