kalilistic / PlayerTrack

Keep track of players you meet.
MIT License
15 stars 9 forks source link

Add pagination to GetPlayerNameWorldHistories() #153

Closed wrath16 closed 3 months ago

wrath16 commented 4 months ago

Added pagination to PlayerNameWorldHistoryRepository.GetPlayerNameWorldHistories() because long queries are hitting the expression depth limit.

Not an urgent fix.

kalilistic commented 3 months ago

Thank you. I'm trying to wrap up the new API now and will push this together.