diff --git a/apps/scandic-web/server/routers/hotels/query.ts b/apps/scandic-web/server/routers/hotels/query.ts index 54cdf00d8..ffe107178 100644 --- a/apps/scandic-web/server/routers/hotels/query.ts +++ b/apps/scandic-web/server/routers/hotels/query.ts @@ -196,7 +196,7 @@ export const getHotel = cache( async () => { return callable(input.hotelId, input.language, input.isCardOnlyPayment) }, - "1d" + env.CACHE_TIME_HOTELS ) } ) @@ -326,7 +326,7 @@ export const getHotelsAvailabilityByCity = async ( ), } }, - "1h" + env.CACHE_TIME_CITY_SEARCH ) }