Skip to content

Commit e159c68

Browse files
committed
remove warning
1 parent 133c0b9 commit e159c68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Application/Main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ int main(int argc, char *argv[])
617617
{
618618
msg.push_back(std::unique_ptr<IO::OutputMessage>(new IO::TCPClientStreamer()));
619619
commm_feed = msg.back().get();
620-
commm_feed->Set("HOST", AISCATCHER_URL).Set("PORT", AISCATCHER_PORT).Set("FILTER", "on").Set("GPS", "off").Set("REMOVE_EMPTY", "on").Set("KEEP_ALIVE", "on").Set("DOWNSAMPLE", "on").Set("INCLUDE_SAMPLE_START", "on");
620+
commm_feed->Set("HOST", AISCATCHER_URL).Set("PORT", AISCATCHER_PORT).Set("FILTER", "on").Set("GPS", "off").Set("REMOVE_EMPTY", "on").Set("KEEP_ALIVE", "on").Set("OWN_INTERVAL", "on").Set("INCLUDE_SAMPLE_START", "on");
621621
if (count == 2 || true)
622622
{
623623
// Warning() << "Experimental feature - using COMMUNITY_HUB message format.";

0 commit comments

Comments
 (0)