Infinituum17 / FastConfigAPI

A mod API used to create configs in Minecraft
MIT License
1 stars 0 forks source link

Manage requests in other ways? #6

Closed Infinituum17 closed 17 hours ago

Infinituum17 commented 4 days ago

There's always something to improve about request handling and maybe there are some other (better) ways to manage all of this.

Infinituum17 commented 4 days ago

This issue is related to: #7

Infinituum17 commented 4 days ago

Maybe it's a good idea to avoid saving the already-done request, and instead save the request itself so that it can be ran later.

Infinituum17 commented 17 hours ago

Requests are now handled during reload, so they don't need this type of caching