We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0053fcf commit e13cdd5Copy full SHA for e13cdd5
constants.py
@@ -7,8 +7,8 @@ class DefaultConfig:
7
language = 'zh_CN' if 'zh' in QLocale.system().name() else 'en_US'
8
test_host = 'translate.googleapis.com'
9
save_hosts = ['translate.googleapis.com', 'translate-pa.googleapis.com']
10
- template = 'https://{}/translate_a/single?client=gtx&sl=en&tl=fr&q=a'
11
- num_workers = 64
+ template = 'https://{}/translate_a/element.js'
+ num_workers = 96
12
timeout = 1.5
13
repeat = 3
14
@@ -22,7 +22,7 @@ class DefaultConfig:
22
(False, '216.58.192.0/19', 'GWS'),
23
(False, '72.14.192.0/18', 'GWS'),
24
(False, '74.125.0.0/16', 'GWS'),
25
- (True, '2001:4860:4802:32::/112', 'GWS v6'),
+ (False, '2001:4860:4802:32::/112', 'GWS v6'),
26
(False, '2607:f8b0:4000:80a::/112', 'GWS v6'),
27
(False, '2607:f8b0:4005:801::/112', 'GWS v6'),
28
(False, '2a00:1450:4010:c0d::/112', 'GWS v6')
0 commit comments