mirror of
https://github.com/azures04/crafatar.git
synced 2026-03-21 23:41:18 +01:00
Remove force-flush
This commit is contained in:
parent
a6efbbc3af
commit
db5a94e44e
@ -16,7 +16,7 @@ function connect_redis() {
|
||||
}
|
||||
redis.on("ready", function() {
|
||||
logging.log("Redis connection established.");
|
||||
if(process.env.HEROKU || true) {
|
||||
if(process.env.HEROKU) {
|
||||
logging.log("Running on heroku, flushing redis");
|
||||
redis.flushall();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user