mirror of
https://github.com/roytam1/UXP.git
synced 2026-05-26 13:58:49 +00: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:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user