Skip to content

Commit a1dcfb4

Browse files
authored
Update jhu.py
1 parent b085652 commit a1dcfb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/services/location/jhu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ async def get(self, loc_id): # pylint: disable=arguments-differ
4646
)
4747

4848

49-
@cached(cache=TTLCache(maxsize=32, ttl=1800))
49+
@cached(cache=TTLCache(maxsize=4, ttl=1800))
5050
async def get_category(category):
5151
"""
5252
Retrieves the data for the provided category. The data is cached for 30 minutes locally, 1 hour via shared Redis.

0 commit comments

Comments
 (0)