@cityjson/flatcitybuf
    Preparing search index...

    Variable DEFAULT_FETCH_SIZEConst

    DEFAULT_FETCH_SIZE: 1048576 = 1_048_576

    Bounds a single physical fetch. A read() call longer than this is split into sequential Range requests rather than ever issuing one unbounded request -- mirrors http_reader/mod.rs:42's DEFAULT_HTTP_FETCH_SIZE, commented there as "the largest request we'll speculatively make": a CAP, not a floor. Format Reference, "HTTP constants".