Skip to content

Commit 29f29e0

Browse files
AmygosCopilot
andcommitted
refactor: remove resolved topos db_url TODO
Topos uses Redis storage so the commented-out db_url modparam is confirmed unneeded. Remove the resolved TODO comment. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 17588a6 commit 29f29e0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

modules/kamailio/config/kamailio.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ modparam("pike", "reqs_density_per_unit", 50)
145145
# An IP is unblocked next occurrence of 'sampling_time_unit' that does not exceed 'reqs_density_per_unit'.
146146
# Keeping an IP in memory results in faster reaching of blocked state -- see the notes about the limits of getting to state 'blocked'.
147147
modparam("pike", "remove_latency", 4)
148-
//modparam("topos", "db_url", DBURL) TODO: check, if topos is in redis, unneeded
149148
modparam("ndb_redis", "server", NDB_REDIS_SERVER)
150149
modparam("topos", "storage", "redis")
151150
modparam("topos", "dialog_expire", 12600)

0 commit comments

Comments
 (0)