mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
Increase size of data over which we write the data to disk rather than keep it around in memory
This commit is contained in:
parent
42723b1636
commit
af613ef24e
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ protected:
|
|||
enum {
|
||||
// The size of data over which we write the data to disk rather than
|
||||
// keep it around in memory.
|
||||
kLargeDatasetSize = 1000000 // 1 million bytes
|
||||
kLargeDatasetSize = 4194304 // 4 Megabytes
|
||||
};
|
||||
|
||||
nsresult WriteCache(nsISupports* aData, uint32_t aDataLen );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue