Skip to content

Commit

Permalink
enable db num
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenSepiol committed Sep 18, 2024
1 parent a6d15e0 commit 77f96f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indexer/src/extensions.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
pool = redis.ConnectionPool(
host=Conf.REDIS_HOST,
port=Conf.REDIS_PORT,
# db=Conf.REDIS_DB,
db=Conf.REDIS_DB,
password=Conf.REDIS_PASSWORD,
retry_on_timeout=True,
health_check_interval=10
Expand Down

0 comments on commit 77f96f5

Please sign in to comment.