Skip to content

Commit

Permalink
Merge pull request #1680 from telefonicaid/task/clean_legacy_value_fo…
Browse files Browse the repository at this point in the history
…r_throttling

remove throttling: 'PT5S'
  • Loading branch information
fgalan authored Jan 15, 2025
2 parents b852a43 + 6975416 commit a72e2d2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
3 changes: 1 addition & 2 deletions test/unit/general/config-multi-core-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ const iotAgentConfig = {
}
},
providerUrl: 'http://smartgondor.com',
deviceRegistrationDuration: 'P1M',
throttling: 'PT5S'
deviceRegistrationDuration: 'P1M'
};

describe('Startup Multi-Core tests', function () {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,7 @@ const iotAgentConfig = {
service: 'smartgondor',
subservice: 'gardens',
providerUrl: 'http://smartgondor.com',
deviceRegistrationDuration: 'P1M',
throttling: 'PT5S'
deviceRegistrationDuration: 'P1M'
};

const iotAgentConfigTS = {
Expand Down
3 changes: 1 addition & 2 deletions test/unit/ngsi-ld/general/config-jsonld-contexts-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ const iotAgentConfig = {
}
},
providerUrl: 'http://smartgondor.com',
deviceRegistrationDuration: 'P1M',
throttling: 'PT5S'
deviceRegistrationDuration: 'P1M'
};

describe('NGSI-LD - JSON-LD @context parsing from environment variable', function () {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,6 @@ const iotAgentConfig = {
subservice: 'gardens',
providerUrl: 'http://smartgondor.com',
deviceRegistrationDuration: 'P1M',
throttling: 'PT5S',
useCBflowControl: true
};

Expand Down

0 comments on commit a72e2d2

Please sign in to comment.