Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

Commit

Permalink
Set Bing limits to 502
Browse files Browse the repository at this point in the history
  • Loading branch information
VolkMilit committed Jan 5, 2024
1 parent d33f2fd commit 1f3c37a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qonlinetranslator.h
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ private slots:
static constexpr int s_googleTranslateLimit = 5000;
static constexpr int s_yandexTranslateLimit = 150;
static constexpr int s_yandexTranslitLimit = 180;
static constexpr int s_bingTranslateLimit = 5001;
static constexpr int s_bingTranslateLimit = 502;
static constexpr int s_libreTranslateLimit = 120;

QStateMachine *m_stateMachine;
Expand Down

0 comments on commit 1f3c37a

Please sign in to comment.