O Oldmanmac macrumors 6502 Original poster Dec 10, 2015 #1 Is there an app or a way to extend the kept history file longer than it is? Say, 14 days? Thanks
superscape macrumors 6502a Dec 11, 2015 #2 Hmmmm... It looks like you can set it using the Terminal. Open your Terminal (in /Applications/Utilities folder) then type: Code: defaults write com.apple.safari HistoryAgeInDaysLimit 14 ...and hit return. Change the number on the end to whatever number of days you like. I say it looks like you can do it that way because I'd have to wait 15 days to be certain! ;-) Good luck Reactions: Beachguy
Hmmmm... It looks like you can set it using the Terminal. Open your Terminal (in /Applications/Utilities folder) then type: Code: defaults write com.apple.safari HistoryAgeInDaysLimit 14 ...and hit return. Change the number on the end to whatever number of days you like. I say it looks like you can do it that way because I'd have to wait 15 days to be certain! ;-) Good luck