From 64c5b46d9e3827bf92fab5ff7a4abcf5e2db1ac0 Mon Sep 17 00:00:00 2001 From: Mikhail Pozdnyakov Date: Wed, 22 Apr 2020 13:28:47 +0300 Subject: follow-up fixes after 16416 --- include/mbgl/style/source.hpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/mbgl/style/source.hpp b/include/mbgl/style/source.hpp index e6208294ca..eada63d12d 100644 --- a/include/mbgl/style/source.hpp +++ b/include/mbgl/style/source.hpp @@ -82,8 +82,9 @@ public: optional getPrefetchZoomDelta() const noexcept; // If the given source supports loading tiles from a server, - // sets the minimum tile update interval, which is used to - // throttle the tile update network requests. + // sets the minimum tile update interval. + // Update network requests that are more frequent than the + // minimum tile update interval are suppressed. // // Default value is `Duration::zero()`. void setMinimumTileUpdateInterval(Duration) noexcept; -- cgit v1.2.1