Skip to content

Commit

Permalink
Update raw_plugin.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
luca-s authored Jun 9, 2023
1 parent b1ea899 commit 379e8d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seedlink/plugins/raw_plugin/raw_plugin.cc
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ class RawClient
unsigned sampleSize;
};

static const unsigned MAX_SAMPLES = 1e6;
static const unsigned MAX_SAMPLES = 1e6; // no specific reason for this value

TcpClient _client;
unordered_map<unsigned, Stream> _stream;
Expand Down

0 comments on commit 379e8d3

Please sign in to comment.