Fix bullshit upload timeout in Matrix Element

10/11/2025, 9:48:28 PM

2025-10-11 या दिनांकाला. सर्वात नवीन आवृत्ती पाहा.

लेखक
ainofeet
रेटिंग
0 0 0
आवृत्ती
1.0.2
बनवली
2025-10-11
अपडेट केली
2025-10-11
आकार
2.74 KB
License
GPLv2
यांवर लागू होते:
सर्व संकेतस्थळे

While this fucking thing isn't fixed: https://github.com/matrix-org/matrix-js-sdk/issues/2974
We gotta do this ugly piece of crap hack to fix upload on slow networks
The code just takes advantage of the fact that this hard coded shit is 30 seconds always:
https://github.com/matrix-org/matrix-js-sdk/blob/fd949fe486038099ee111a72b57ce711e85bc352/src/http-api/index.ts#L111
https://github.com/matrix-org/matrix-js-sdk/blob/fd949fe486038099ee111a72b57ce711e85bc352/src/http-api/index.ts#L77