Skip to content

Commit 8721924

Browse files
authored
RDKEMW-3904: rateLimit Call Not Having Any Effect (#339)
* Pass priority, retries & rateLimit in struct Options * change limit in RateLimit() as input param
1 parent 873bbd3 commit 8721924

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apis/PackageManager/IAppPackageManager.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,8 @@ namespace Exchange {
144144
// @brief RateLimit
145145
// @text rateLimit
146146
// @param downloadId: Download id
147-
virtual Core::hresult RateLimit(const string &downloadId, uint64_t &limit /* @out */) = 0;
147+
// @param limit: Limit
148+
virtual Core::hresult RateLimit(const string &downloadId, const uint64_t &limit) = 0;
148149
};
149150

150151

0 commit comments

Comments
 (0)