idleTimeoutThreshold = parseInt(properties.ui.timeout) > 0 ? parseInt(properties.ui.timeout) : idleTimeoutThreshold;
Kris,
The timeout in the Catalog UI Search config is for connections to the backend. You probably do not want to change this, as it will just cause a failed connection to hang longer.
The setting you are looking for is Platform -> Platform UI Configuration -> Session Timeout. This is the value used by the UIs to determine when a user has become idle and should be logged out. There is not a configuration to disable session expiry completely, but as you mentioned setting this to a very high value will effectively accomplish the same goal.
Brendan Hofmann Software Engineer Connexta, LLC |
--
You received this message because you are subscribed to the Google Groups "ddf-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
ddf-users+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Thanks,
Kris
Kris,
My mistake. A regression was introduced in this commit (Alliance builds on top of DDF). We have a fix in master as well as additional usability improvements but have not backported them yet. I’ll see if we can get bugfix releases cut to address this.
To unsubscribe from this group and stop receiving emails from it, send an email to ddf-...@googlegroups.com.