Changeset 35055 in osm


Ignore:
Timestamp:
2019-07-08T08:05:22+02:00 (6 years ago)
Author:
the111
Message:

The current strategy of retrieving the Future of attribution data ensures that at map load time the first few tiles will fail, since the attribution request has not yet completed (and the only way to refresh the failed tiles is to change the viewport). There's nothing positive bought by the immediate timeout, since we refuse to load tiles anyway before attribution data is ready. Because of that requirement, there is no reason to not wait indefinitely on that Future, since by definition we can't do anything until it's done. This change ensures the initial map load will have all tiles succeed (barring other exceptional circumstances).

File:
1 edited

Legend:

Unmodified
Added
Removed
Note: See TracChangeset for help on using the changeset viewer.