Dan Van Atta
Dan Van Atta
Being able to skip with '>' and '
Closing for now, issue not currently actionable and discussion is quiet.
@RoiEXLab one thing that came to mind - what happens if a person joins many lobby games?
This pull request is getting on the older side.. @frigoref are you interested to pick this back up? I think we just need some more performance measurements to validate there...
The thing that does the indexing is here: https://github.com/triplea-game/triplea/blob/master/spitfire-server/maps-module/src/main/java/org/triplea/maps/indexing/MapIndexingTaskRunner.java The maps-server is not running right now though. The fetch to get a listing of maps should be broken as well....
Currently the 'poller' thread is just a background job that is running as part of the lobby. It emits logs just as much as the rest of the lobby does....
2.6 is a bigger topic, let's move that discussion to: https://github.com/triplea-game/triplea/discussions/12114 I gave that discussion a bit of a seed with the different topics that we need to address. >...
PS: @asvitkine FYI & FWIW: I'm hoping to get some time for some of these things in the coming weeks. I'm more willing to spend some time on TripleA, but...
> Do we know what configuration.getMapIndexingPeriodMinutes() is set to? 2 hours The `*Config.java` interface classes like that are mapped to properties in the configuration.yml file of the server: https://github.com/triplea-game/triplea/blob/master/spitfire-server/dropwizard-server/configuration.yml#L18 The...
Could make more sense to have the maps server read the static file rather than parse files live from repository. We haven't really tried to get the maps server back...