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.7 KB
许可证
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