Do not override the default timeout.
This commit is contained in:
parent
dfc8e8ec4c
commit
dbabe0232f
@ -29,7 +29,6 @@ internal interface AccountAPI {
|
|||||||
* Ask the homeserver to change the password with the provided new password.
|
* Ask the homeserver to change the password with the provided new password.
|
||||||
* @param params parameters to change password.
|
* @param params parameters to change password.
|
||||||
*/
|
*/
|
||||||
@Headers("CONNECT_TIMEOUT:60000", "READ_TIMEOUT:60000", "WRITE_TIMEOUT:60000")
|
|
||||||
@POST(NetworkConstants.URI_API_PREFIX_PATH_R0 + "account/password")
|
@POST(NetworkConstants.URI_API_PREFIX_PATH_R0 + "account/password")
|
||||||
fun changePassword(@Body params: ChangePasswordParams): Call<Unit>
|
fun changePassword(@Body params: ChangePasswordParams): Call<Unit>
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user