Hi all,
When using rlm_sql, it always wait for response from database.
Is there any way to configure to avoid it?
(We don't wanna wait for its result after prosessing)
accounting {
detail
sql <-wish to prosess it here without waiting for result
}
We'd appreciate if anyone can answer this promptly.
Thank you,