diff --git a/src/server.js b/src/server.js index febbb20..ac13b84 100644 --- a/src/server.js +++ b/src/server.js @@ -11,7 +11,7 @@ const GH_TOKEN = process.env.GH_TOKEN || null const GH_REPO_OWNER = 'status-im' const GH_REPO_NAME = 'status-react' const DB_PATH = '/tmp/builds.db' -const DB_SAVE_INTERVAL = 1000 +const DB_SAVE_INTERVAL = 5000 /* to store current builds bound to a PR */ const builds = new Builds(DB_PATH, DB_SAVE_INTERVAL)