diff --git a/config/Makefile.linux b/config/Makefile.linux index 220f8e82fd452e1a6a5a1947a5ec9995c089ab16..73e06c4758a17bec72366fbd07b95f3c5a55f0c3 100644 --- a/config/Makefile.linux +++ b/config/Makefile.linux @@ -126,7 +126,7 @@ install: $(DB) echo 'datatype=4' >> target/$(TARGET)/db/$$ifo/auto.ini; \ echo 'ifoid=0' >> target/$(TARGET)/db/$$ifo/auto.ini; \ echo 'slope=3.0518e-04' >> target/$(TARGET)/db/$$ifo/auto.ini; \ - echo 'acquire=1' >> target/$(TARGET)/db/$$ifo/auto.ini; \ + echo 'acquire=3' >> target/$(TARGET)/db/$$ifo/auto.ini; \ echo 'offset=0' >> target/$(TARGET)/db/$$ifo/auto.ini; \ echo 'units=V' >> target/$(TARGET)/db/$$ifo/auto.ini; \ echo 'dcuid=4' >> target/$(TARGET)/db/$$ifo/auto.ini; \