mirror of
https://github.com/amark/gun.git
synced 2025-06-04 05:06:44 +00:00
start debug test on heroku automatically!
This commit is contained in:
parent
36016cdf57
commit
fe47db5cab
@ -1,6 +1,7 @@
|
||||
;(function(){
|
||||
if('debug' !== process.env.GUN_ENV){ return }
|
||||
|
||||
console.log("start :)");
|
||||
setInterval(function(){
|
||||
var mem = process.memoryUsage();
|
||||
var used = mem.heapUsed / 1024 / 1024;
|
||||
|
Loading…
x
Reference in New Issue
Block a user