mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-08-22 04:39:36 -04:00
MB, not GB
This commit is contained in:
parent
8481dfac9c
commit
6c6765e457
1 changed files with 2 additions and 2 deletions
|
@ -363,9 +363,9 @@ class Browser:
|
|||
self.send_to_chrome(method='ServiceWorker.setForceUpdateOnPageLoad')
|
||||
|
||||
# traffic shaping used by SPN2 to aid warcprox resilience
|
||||
# 4294967296 bytes/second = 4GB/second
|
||||
# 4294967296 bytes/second = 4MB/second
|
||||
self.send_to_chrome(method='Network.emulateNetworkConditions',
|
||||
params={'downloadThroughput': 4294967296})
|
||||
params={'downloadThroughput': 4194304})
|
||||
|
||||
# disable google analytics and amp analytics
|
||||
self.send_to_chrome(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue