Civcraft / Citadel

Do not open issues here; open them on the maintained fork @ DevotedMC
https://github.com/DevotedMC/Citadel
BSD 3-Clause "New" or "Revised" License
6 stars 23 forks source link

Patch for chunk load / flush problem #144

Closed ProgrammerDan closed 8 years ago

ProgrammerDan commented 8 years ago

Fix for https://www.reddit.com/r/Civcraft/comments/3sntot/naively_implemented_citadel_fix_is_in_process_of/

ProgrammerDan commented 8 years ago

Note this is a band-aid. Once the server is up and not choking itself pointlessly re-writing the same records without modification, we'll look into this pre-fetch bit. Ideally prestuffing the cache is a big win for everyone, but not if it triggers an immediate dump (which it appears to be doing).

ttk2 commented 8 years ago

yay staged.

rourke750 commented 8 years ago

It was already staged. Guh ttk