View Single Post
Workspaces automatically unload after an hour of inactivity. If you want to shorten this time limit you can run this in the terminal command:
Code:
defaults write com.omnigroup.OmniWeb5 WorkspaceExpireTime -int 3600
the number at the end is up to you. The value is in seconds so this command is equal to 60 minutes (the default value).