Slow export rate
See original GitHub issueHtml export rate went from around 50-100/s (before) to around 3-5/s (now).
- Comparing 1.8.6 (50c22f0) and 1.8.13 (7ca336c)
- Same settings.json file, same DB
- neither with any plugins
The instanes share everything, I’ve tried switching them back and forth, it’s consistent.
I also tried
loadtest=true
And it didn’t make any difference.
Changing these parameters to
"windowMs": 10000,
// maximum number of requests per IP to allow during the rate limit window
"max": 100000
changes nothing of course; if I reduce “max” to 1, EP starts handing out 429’s.
Is this expected behaviour? Am I missing some new rate throttling setting? Thank you 😃
Ubuntu 18.04.5 LTS Node v12.22.1 npm 6.14.12 EP behind an Apache proxy pass NODE_ENV=production
Issue Analytics
- State:
- Created 2 years ago
- Comments:14 (9 by maintainers)
Top Results From Across the Web
Why exports fall fast but increase slowly after exchange rate ...
If prices improve, then exporters will make more money, but will not expand much. This reasoning is hard to accept, given that just...
Read more >Why are exports so slow? - Rapid Recovery - Quest Software
Our exports typically cannot get any faster than around 10MB/s (MegaBytes), and over the years we have had numerous reasons from Dell/Quest as...
Read more >Best Practices: Export faster - Adobe Support
Generally, data rates need to be slightly higher to ensure quality – meaning slightly larger files. Learn more.
Read more >Why is the export process so slow? - Wondershare Help Center
Here's a tip for exporting faster: Export with Original Settings . If you keep the Resolution, Frame Rate, and Bitrate the same as...
Read more >Extremely slow export - Apple Community
There are many factors that can affect the export. Processor usage depends on the export settings and also on the mac model you...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Yeah it was, see https://github.com/ether/etherpad-lite/pull/5090
tests indicate that it’s now faster, but still not as it was before. will work on the sessionstorage problem today
Make sure you start it with
./src/bin/fastRun.sh
. The normalrun.sh
script re-installs all dependencies;fastRun.sh
doesn’t touch dependencies.