Skip to content

Commit

Permalink
fix mongo
Browse files Browse the repository at this point in the history
  • Loading branch information
nonamenix committed Mar 6, 2019
1 parent 791fc5d commit 88767c0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -116,3 +116,4 @@ ENV/
# Rope project settings
.ropeproject

.vscode/*
1 change: 1 addition & 0 deletions .pytest_cache/v/cache/nodeids
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[]
1 change: 1 addition & 0 deletions .pytest_cache/v/cache/stepwise
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[]
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM python:3.6.8-slim
MAINTAINER Danil Ivanov
LABEL mainainer="Danil Ivanov"

ENV PYTHONBUFFERED 1

Expand Down
1 change: 1 addition & 0 deletions bot/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ class Bot(BaseBot):
healthcheckio_token = None

mongo_healthcheckio_token = None
mongodb = None
mongo_healthcheckio_interval = 1800
mongo_max_db_size = 512 * 1024 * 1024 # mlab.com free limitation
mongo_alert_on_fullness = 0.5
Expand Down

0 comments on commit 88767c0

Please sign in to comment.