View Single Post
Quote:
Originally Posted by mbert View Post
But I must admit, I find one hour a bit too long, in particular since I have so many tabs distributed over my workspaces. In an ideal world, I'd like to have this configurable, else a lower timeout, maybe 30min?
Sure, you can do that! We've provided a WorkspaceExpireTime hidden preference setting (documented on the linked page along with many many other settings), which indicates how long (in seconds) a workspace can remain unused before its resources are reclaimed.

To set your workspaces to expire every 30 minutes, enter this command in a Terminal window and restart OmniWeb:

Code:
defaults write com.omnigroup.OmniWeb5 WorkspaceExpireTime 1800
Hope this helps!