MateriiApps / OpenCord

An open-source Material You implementation of the Discord Android app
GNU General Public License v3.0
1.24k stars 98 forks source link

Improve default requests performance #56

Closed X1nto closed 2 years ago

X1nto commented 2 years ago

This PR stores the encoded super properties in a variable instead of doing the encoding every time a request is made, this should improve the performance at least a bit

DN