Skip to content

Commit 3b272ef

Browse files
committed
fix(config): correct typo
1 parent 30bb4b1 commit 3b272ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080

8181
DISABLE_RECORDING_NODE_USAGE = config("DISABLE_RECORDING_NODE_USAGE", cast=bool, default=False)
8282

83-
# due to high amout of data this job is only available for postgresql and timescaledb
83+
# due to high amount of data this job is only available for postgresql and timescaledb
8484
if SQLALCHEMY_DATABASE_URL.startswith("postgresql"):
8585
ENABLE_RECORDING_NODES_STATS = config("ENABLE_RECORDING_NODES_STATS", cast=bool, default=False)
8686
else:

0 commit comments

Comments
 (0)