We have a problem with the lazy loading mechanism. For me the problem is not with the plugin itself but the poor definition of skinny tiddlers. The problem is that we are creating tiddlers without text field (for example when created silently), then the syncadaptor saves it, so far so good. The problem is when it loads the tiddler again (which is done very often) and it does not have a text field, then the syncer takes it as a skinny tiddler, and tries to load it again, but since there is no text field to load we are in an endless loop. It is enough tho provide a text field, even empty.
Hello,
We have a problem with the lazy loading mechanism. For me the problem is not with the plugin itself but the poor definition of skinny tiddlers. The problem is that we are creating tiddlers without text field (for example when created silently), then the syncadaptor saves it, so far so good. The problem is when it loads the tiddler again (which is done very often) and it does not have a text field, then the syncer takes it as a skinny tiddler, and tries to load it again, but since there is no text field to load we are in an endless loop. It is enough tho provide a text field, even empty.
Regards.