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