mirror of
https://github.com/bitwarden/server.git
synced 2025-04-09 07:08:15 -05:00
self hosted storage is 10tb
This commit is contained in:
parent
bd7bc569db
commit
7705776d6a
@ -145,7 +145,7 @@ namespace Bit.Core.Services
|
|||||||
// Users that get access to file storage/premium from their organization get the default
|
// Users that get access to file storage/premium from their organization get the default
|
||||||
// 1 GB max storage.
|
// 1 GB max storage.
|
||||||
storageBytesRemaining = user.StorageBytesRemaining(
|
storageBytesRemaining = user.StorageBytesRemaining(
|
||||||
_globalSettings.SelfHosted ? (short)1024 : (short)1);
|
_globalSettings.SelfHosted ? (short)10240 : (short)1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if(cipher.OrganizationId.HasValue)
|
else if(cipher.OrganizationId.HasValue)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user