mirror of
https://github.com/electron/electron.git
synced 2026-01-08 23:18:06 -05:00
This reverts commit181169b743, reversing changes made tobaced3152f.
This commit is contained in:
@@ -221,13 +221,4 @@ in your app has occurred that makes you think your page is actually using less
|
||||
memory (i.e. you have navigated from a super heavy page to a mostly empty one,
|
||||
and intend to stay there).
|
||||
|
||||
### `webFrame.setCacheCapacity(capacity)`
|
||||
|
||||
* `capacity` Integer
|
||||
|
||||
Attempt to set the capacity of resource cache for the renderer process in bytes
|
||||
|
||||
Note if current cached resource size is larger than newly specified capacity, Electron
|
||||
will schedule to prune cached resources until it reaches below new capacity.
|
||||
|
||||
[spellchecker]: https://github.com/atom/node-spellchecker
|
||||
|
||||
Reference in New Issue
Block a user