@henningw commented on this pull request.


> @@ -141,6 +170,30 @@ static int mod_init(void)
                db_redis_hash_expires_str.len = snprintf(
                                db_redis_hash_expires_str.s, 20, "%d", 
db_redis_hash_expires);
        }
+
+       shared_time = shm_malloc(sizeof(time_t));

A shared timer is probably fine, in the end you will be not execute it multiple 
times per second.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/4373#discussion_r2465583480
You are receiving this because you are subscribed to this thread.

Message ID: <kamailio/kamailio/pull/4373/review/[email protected]>
_______________________________________________
Kamailio - Development Mailing List -- [email protected]
To unsubscribe send an email to [email protected]
Important: keep the mailing list in the recipients, do not reply only to the 
sender!

Reply via email to