Time Nick Message 15:15 lhofhansl There's a small change that snuck in with #6483 (see last comment) that was meant to go with #6447. Unless I hear objections here I'm just going to undo that one line change. 15:15 ShadowBot https://github.com/minetest/minetest/issues/6483 -- Retrieve extra speed-directed, narrow view cone to load blocks the player will encounter soon. by lhofhansl 15:15 ShadowBot https://github.com/minetest/minetest/issues/6447 -- Prefer loading blocks near predicted future player position by lhofhansl 15:16 lhofhansl i.e. changing max_d_increment_at_time back to 2. (this is limit the range of retrieved block per network round trip). 6483 set it to 1. 16:18 lhofhansl OK... Reverting that one-line change now. :) 17:23 Krock lhofhansl, what was the effect of keeping it at 1? 17:49 lhofhansl Krock: Slower retrieval of blocks 17:49 lhofhansl I want to review all these hard-coded settings, but 6483 was about something else 17:50 Krock I see, thanks.