Skip to content

Commit 2a4830a

Browse files
authored
Merge pull request #3719 from jacomago/default-archives
Set default for use_default_archives to true
2 parents 9d79e3e + fda4158 commit 2a4830a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/databrowser/src/main/resources/databrowser_preferences.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ archives=jdbc:mysql://localhost/archive|RDB*xnds://localhost/archive/cgi/Archive
104104
# When opening existing data browser plot,
105105
# use archive data sources specified in the configuration file (original default)
106106
# or ignore saved data sources and instead use the preference settings?
107-
use_default_archives=false
107+
use_default_archives=true
108108

109109
# If there is an error in retrieving archived data,
110110
# should that archive data source be dropped from the channel?

0 commit comments

Comments
 (0)