Commit 2278c9b9 authored by Kaitlyn Lee's avatar Kaitlyn Lee
Browse files

Updated TestPreference file to have history recording off.

parent 864f89b6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ Group=UserInterface
  GuiWidth           = 460
  GuiHeight          = 600
  HistoryPath        = $HOME/.Isis/history
  HistoryRecording   = On
  HistoryRecording   = Off
  HistoryLength      = 10
EndGroup

@@ -165,7 +165,7 @@ EndGroup
########################################################
Group = Performance
  CubeWriteThread = Optimized
  GlobalThreads = Optimized
  GlobalThreads = 2
EndGroup

########################################################