it("derives session lock hold time from the store lock timeout", async () => {
await withSessionStoreLockForTest("/tmp/openclaw-store.json", async () => {}, {
timeoutMs: 10_000,
});
it("leaves the session lock hold time unset when store locking has no timeout", async () => {
await withSessionStoreLockForTest("/tmp/openclaw-store.json", async () => {}, {
timeoutMs: 0,
});
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.