We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66162cb commit 9d8ba7fCopy full SHA for 9d8ba7f
src/dgraph/entity.cpp
@@ -61,7 +61,7 @@ void Entity::signalRegistration(const SignalArray<int> &signals) {
61
SignalBase<int> &sig = signals[i];
62
// const string& signame = sig.getName ();
63
istringstream iss(sig.getName());
64
- const int SIZE = 128;
+ const int SIZE = 4096;
65
char buffer[SIZE];
66
while (iss.good()) {
67
iss.getline(buffer, SIZE, ':');
0 commit comments