Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

increase imaginary timeouts as for big files the processing could take very long #37148

Merged
merged 1 commit into from
May 4, 2023

Conversation

szaimen
Copy link
Contributor

@szaimen szaimen commented Mar 9, 2023

Reason: apparently for some bigger files on slower systems the processing can take longer than 30s. If so the process will time out. Increase to 120s in order to fix it for most cases. Confirmed to work in nextcloud/all-in-one#2438 (reply in thread)

…e very long

Signed-off-by: Simon L <szaimen@e.mail.de>
@szaimen szaimen added the 2. developing Work in progress label Mar 9, 2023
@szaimen szaimen added this to the Nextcloud 27 milestone Mar 9, 2023
@skjnldsv skjnldsv mentioned this pull request May 3, 2023
@szaimen szaimen added bug 3. to review Waiting for reviews and removed 2. developing Work in progress labels May 4, 2023
@szaimen szaimen marked this pull request as ready for review May 4, 2023 08:30
@szaimen szaimen requested review from st3iny, artonge, come-nc, a team, ArtificialOwl and Fenn-CS and removed request for a team May 4, 2023 08:32
@szaimen
Copy link
Contributor Author

szaimen commented May 4, 2023

/backport to stable26

@szaimen
Copy link
Contributor Author

szaimen commented May 4, 2023

/backport to stable25

@st3iny st3iny added 4. to release Ready to be released and/or waiting for tests to finish and removed 3. to review Waiting for reviews labels May 4, 2023
@szaimen szaimen merged commit 527de8a into master May 4, 2023
@szaimen szaimen deleted the enh/noid/increase-imaginary-timeouts branch May 4, 2023 10:44
@backportbot-nextcloud
Copy link

The backport to stable26 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable26
git pull origin/stable26

# Create the new backport branch
git checkout -b fix/foo-stable26

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts. Resolve them.
git cherry-pick abc123

# Push the cherry pick commit to the remote repository and open a pull request
git push origin fix/foo-stable26

More info at https://docs.nextcloud.com/server/latest/developer_manual/getting_started/development_process.html#manual-backport

@szaimen
Copy link
Contributor Author

szaimen commented May 4, 2023

/backport to stable26

@backportbot-nextcloud
Copy link

The backport to stable25 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable25
git pull origin/stable25

# Create the new backport branch
git checkout -b fix/foo-stable25

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts. Resolve them.
git cherry-pick abc123

# Push the cherry pick commit to the remote repository and open a pull request
git push origin fix/foo-stable25

More info at https://docs.nextcloud.com/server/latest/developer_manual/getting_started/development_process.html#manual-backport

@szaimen
Copy link
Contributor Author

szaimen commented May 4, 2023

/backport to stable25

danxuliu added a commit that referenced this pull request May 4, 2023
…ginary-timeouts

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
@solracsf solracsf mentioned this pull request May 7, 2023
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4. to release Ready to be released and/or waiting for tests to finish bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants