Skip to content

Commit cb95c7a

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 0f1dfa6 commit cb95c7a

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
@@ -146,7 +146,6 @@ modparam("pike", "reqs_density_per_unit", 50)
146146
# An IP is unblocked next occurrence of 'sampling_time_unit' that does not exceed 'reqs_density_per_unit'.
147147
# Keeping an IP in memory results in faster reaching of blocked state -- see the notes about the limits of getting to state 'blocked'.
148148
modparam("pike", "remove_latency", 4)
149-
//modparam("topos", "db_url", DBURL) TODO: check, if topos is in redis, unneeded
150149
modparam("ndb_redis", "server", NDB_REDIS_SERVER)
151150
modparam("topos", "storage", "redis")
152151
modparam("topos", "dialog_expire", 12600)

0 commit comments

Comments
 (0)