Enable idle GC in browser.
This commit is contained in:
parent
3f6f2f4bea
commit
a513daae30
4 changed files with 85 additions and 0 deletions
|
@ -1,6 +1,9 @@
|
|||
fs = require 'fs'
|
||||
path = require 'path'
|
||||
|
||||
# Enable idle gc.
|
||||
process.atom_binding('idle_gc').start()
|
||||
|
||||
# Provide default Content API implementations.
|
||||
atom = {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue