Changeset 14262 in josm for trunk/src/org
- Timestamp:
- 2018-09-19T23:11:48+02:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/imagery/WMSCachedTileLoader.java
r14261 r14262 34 34 35 35 super(listener, cache, options); 36 setDownloadExecutor(TMSCachedTileLoader.getNewThreadPoolExecutor("WMS-downloader-%d", THREAD_LIMIT.get())); 36 // use WMS specific maximum number of download threads and use the same value for concurrent downloads per host 37 // for each layer use separate thread pool so the limit set in preferences is per imagery 38 setDownloadExecutor(TMSCachedTileLoader.getNewThreadPoolExecutor("WMS-downloader-%d", THREAD_LIMIT.get(), THREAD_LIMIT.get())); 37 39 } 38 40
Note:
See TracChangeset
for help on using the changeset viewer.