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

Fix quota type to int #34019

Merged
merged 1 commit into from Sep 12, 2022
Merged

Fix quota type to int #34019

merged 1 commit into from Sep 12, 2022

Conversation

CarlSchwan
Copy link
Member

Change the quota to int from float, since the quota is a number of bits and a bits can not be splitted.

Fix #34010

Change the quota to int from float, since the quota is a number of bits
and a bits can not be splitted.

Fix #34010

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
@CarlSchwan CarlSchwan added this to the Nextcloud 25 milestone Sep 12, 2022
@CarlSchwan CarlSchwan requested a review from a team September 12, 2022 07:27
@CarlSchwan CarlSchwan self-assigned this Sep 12, 2022
@CarlSchwan CarlSchwan requested review from PVince81, icewind1991 and skjnldsv and removed request for a team September 12, 2022 07:28
@solracsf
Copy link
Member

Backport?

@CarlSchwan
Copy link
Member Author

/backport to stable24

Copy link
Member

@PVince81 PVince81 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@PVince81
Copy link
Member

reverted on NC 24 and NC 25 as it broke quotas on 32-bit architecture:

@PVince81
Copy link
Member

we keep it on NC 26 / master where we deprecate 32-bit support

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
4 participants