Merge branch 'develop' into MAX-324
This commit is contained in:
@ -1247,6 +1247,10 @@ int i;
|
||||
{
|
||||
gateway.pollsleep = atoi(value);
|
||||
}
|
||||
else if (strcmp(name, "ms_timestamp") == 0)
|
||||
{
|
||||
skygw_set_highp(atoi(value));
|
||||
}
|
||||
else
|
||||
{
|
||||
for (i = 0; lognames[i].logname; i++)
|
||||
|
||||
Reference in New Issue
Block a user