mirror of
https://gitlab.com/futo-org/fcast.git
synced 2025-06-24 21:25:23 +00:00
Receivers: Revert test cache quota size
This commit is contained in:
parent
7a0c865bb2
commit
1bc8e15406
1 changed files with 1 additions and 2 deletions
|
@ -52,8 +52,7 @@ export class MediaCache {
|
|||
|
||||
// @ts-ignore
|
||||
if (TARGET === 'electron') {
|
||||
// this.quota = Math.min(Math.floor(os.freemem() / 4), 4 * 1024 * 1024 * 1024); // 4GB
|
||||
this.quota = Math.min(Math.floor(os.freemem() / 4), 35 * 1024 * 1024); // 4GB
|
||||
this.quota = Math.min(Math.floor(os.freemem() / 4), 4 * 1024 * 1024 * 1024); // 4GB
|
||||
|
||||
// @ts-ignore
|
||||
} else if (TARGET === 'webOS' || TARGET === 'tizenOS') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue