Disable Pub Sub Cache?

Hello,

I’m seeding new accounts with nodes by inserting records directly into pubsubnode, pubsubaffiliation and pubsubsubscription SQL tables directly. When a client attempts to access a node, it receives a 404 until I restart the server. After the restart, everything seems to work fine. Right now I’m operating under the assumption that the server is caching nodes and restarting clears out its cache. Unfortunately, there doesn’t seem to be much documentation on the subject.

I’ll be digging into the source code this afternoon but was hoping someone else had knowledge on the subject and could save me some time.

Karl