Skip to content
Snippets Groups Projects
Commit 35da527b authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Proper fix for wiki edit failures.

The patch that sets the read timeout every time for getData() was
flawed, because getData() itself will sometimes set the read timeout
for the next call.

The patch was intended to ensure that the write timeout never
clobbers the read timeout, so now we track if getData() explicitly
set the timeout and if it did, we don't reset it.
parent 7cafa7c7
No related branches found
No related tags found
No related merge requests found
Pipeline #5724 passed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment