Skip to content

Commit

Permalink
Depend on the flags to update ERDDAP datasets
Browse files Browse the repository at this point in the history
  • Loading branch information
kwilcox committed Aug 14, 2017
1 parent 7937f72 commit bb0bb1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,6 @@ nosetests.xml
gutils/tests/output/
example/**/*.nc
example/**/*.dat
example/ftp/*
example/erddap/content/*.xml
docs/_site
3 changes: 2 additions & 1 deletion gutils/templates/erddap_deployment.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<dataset type="EDDTableFromNcFiles" datasetID="{{ deployment_name }}" active="true">
<reloadEveryNMinutes>1</reloadEveryNMinutes>
<reloadEveryNMinutes>10000000</reloadEveryNMinutes>
<updateEveryNMillis>-1</updateEveryNMillis>
<fileDir>{{ deployment_directory }}</fileDir>
<recursive>false</recursive>
<fileNameRegex>.*\.nc</fileNameRegex>
Expand Down

0 comments on commit bb0bb1c

Please sign in to comment.