Skip to content

Commit

Permalink
increase "cache"
Browse files Browse the repository at this point in the history
  • Loading branch information
extreme4all committed Aug 8, 2024
1 parent f05922c commit 191f85a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/v2/report.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
logger = logging.getLogger(__name__)
router = APIRouter(tags=["Report"])

player_cache = SimpleALRUCache(max_size=10_000)
player_cache = SimpleALRUCache(max_size=100_000)


@router.post("/report", status_code=status.HTTP_201_CREATED, response_model=Ok)
Expand Down

0 comments on commit 191f85a

Please sign in to comment.