Greg,
On 10-11 10:12, Greg Fausak wrote:
The subscriber table can be written to directly
_outside_ the
control of SER? I go out of my way to do a 'add user' in serctl
instead of inserting into the table. I have experienced caching
problems.
Currently there is no cache for subscriber table, so it can be updated
directly. Location and domain tables are cached.
Can the subscriber and location tables be uncached?
Such that I can
insert into either table and any running copy of SER will query the
database instead of the in memory cache?
Subscriber table is uncached right now. The possibility to disable cache for
location table will be included in the next release.
Jan.