6 ms·
Author here. The bandwidth usage was high with many open connections, I fixed that quickly by using LZW encoding instead of sending uncompressed data. I think y
by def- 4y ago
Author here. The bandwidth usage was high with many open connections, I fixed that quickly by using LZW encoding instead of sending uncompressed data. I think you are referring to this thread: https://old.reddit.com/r/programming/comments/6t8gpq/timegif/dlismvh/ https://old.reddit.com/r/programming/comments/6t8gpq/timegif...
- Thaxll 4y agoExactly, 5years ago already ... anyway I remember you fixed it in like 2 hours, great job.