diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-04-16 10:15:25 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-04-16 10:15:25 +0200 |
commit | 5e08ec5d0d71857b21536221f6fda9c936afa7e0 (patch) | |
tree | 6492bc3d1315aa285ad0424e0f71a8de7bee5f4c /doc/example.ini | |
parent | a878abd2aa41f530a558ee83639832d907a24029 (diff) | |
download | dabmod-5e08ec5d0d71857b21536221f6fda9c936afa7e0.tar.gz dabmod-5e08ec5d0d71857b21536221f6fda9c936afa7e0.tar.bz2 dabmod-5e08ec5d0d71857b21536221f6fda9c936afa7e0.zip |
Do not compile useless files for easydabv3
Diffstat (limited to 'doc/example.ini')
-rw-r--r-- | doc/example.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/example.ini b/doc/example.ini index 4f8115e..ae5ed46 100644 --- a/doc/example.ini +++ b/doc/example.ini @@ -33,7 +33,7 @@ loop=0 ; When recieving data using ZeroMQ, the source is the URI to be used ;transport=zeromq -;source=tcp://localhost:8080 +;source=tcp://localhost:9100 ; The option max_frames_queued defines the maximum number of ETI frames ; (frame duration: 24ms) that can be in the input queue ;max_frames_queued=100 |