mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-22 09:01:09 +03:00
Slight Redis Memory description change to include units (#3824)
Slight message change to include units
This commit is contained in:
+1
-1
@@ -80,7 +80,7 @@ class UpstashRedisBackedChatMemory_Memory implements INode {
|
||||
label: 'Session Timeouts',
|
||||
name: 'sessionTTL',
|
||||
type: 'number',
|
||||
description: 'Omit this parameter to make sessions never expire',
|
||||
description: 'Seconds till a session expires. If not specified, the session will never expire.',
|
||||
additionalParams: true,
|
||||
optional: true
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user