diff options
| author | Silarn <jrim@rimpo.org> | 2019-01-29 21:17:54 -0600 |
|---|---|---|
| committer | Silarn <jrim@rimpo.org> | 2019-02-18 21:29:25 -0600 |
| commit | c7c4a8b08e16ac7f40b5ce75c35a1ee5787a97b0 (patch) | |
| tree | 52a7b7a850bdf96f72677ace3503310fb4aa83e7 /src/mainwindow.ui | |
| parent | 6030a1d1fcceae8bd4063362e9c1dbe684a4732b (diff) | |
Update outdated UI descriptions for API monitor
Diffstat (limited to 'src/mainwindow.ui')
| -rw-r--r-- | src/mainwindow.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mainwindow.ui b/src/mainwindow.ui index 758b1123..ad6b3e38 100644 --- a/src/mainwindow.ui +++ b/src/mainwindow.ui @@ -550,10 +550,10 @@ p, li { white-space: pre-wrap; } <item> <widget class="QLabel" name="apiRequests"> <property name="toolTip"> - <string>API Queued Requests and Throttle Count</string> + <string>API Queued and Remaining Requests</string> </property> <property name="whatsThis"> - <string>This tracks the number of queued Nexus API requests on the left and the current requests remaining before being throttled. You have 300 requests as a regular user and 600 as a premium user. These requests renew at the rate of one per second.</string> + <string><html><head/><body><p>This tracks the number of queued Nexus API requests on the left (<span style=" font-weight:600;">Q</span>) and the remaining daily (<span style=" font-weight:600;">D</span>) and hourly (<span style=" font-weight:600;">H</span>) requests on the right. The Nexus API limits you to a pool of <span style=" font-weight:600;">2500</span> requests per day and <span style=" font-weight:600;">100</span> requests per hour. It is dynamically updated every time a request is completed. If you exceed this limit, you will be unable to queue downloads, check updates, parse mod info, or even log in.</p></body></html></string> </property> <property name="frameShape"> <enum>QFrame::StyledPanel</enum> @@ -568,7 +568,7 @@ p, li { white-space: pre-wrap; } <number>1</number> </property> <property name="text"> - <string>API: Q: 0 | Ts: 300</string> + <string>API: Q: 0 | D: 0 | H: 0</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> |
