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.
2 parents 66162cb + 9d8ba7f commit 236bb00Copy full SHA for 236bb00
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