Skip to content
Snippets Groups Projects

Remove map data from the simulation

Since we do not send map data in our app, we removed the sending of it from the simulation.

Map data is not generated for any host.

The negative value for the mapSendingInterval doesn't make a difference, but the setting is necessary and -1 indicates somewhat better that this is not a regular value.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
172 Events8.class = DisasterDataGenerator
184 173 # Data sizes ( 50kB - 100kB )
185 Events9.size = 50k,100k
174 Events8.size = 50k,100k
186 175 # range of message source/destination addresses
187 Events9.hosts = 0,2999
176 Events8.hosts = 0,2999
188 177 # seed for the pseudo random generator
189 Events9.seed = 0
178 Events8.seed = 0
190 179 # data location offset for the distance between created data item and the creator
191 Events9.location_offset = 0,100
180 Events8.location_offset = 0,100
192 181 # Creation interval in seconds (one new message every 3 to 10 seconds)
193 Events9.interval = 3,10
182 Events8.interval = 3,10
  • Ghost User assigned to @bheymann

    assigned to @bheymann

  • Ghost User added 1 commit

    added 1 commit

    Compare with previous version

  • added Needs Review and removed Needs Changes labels

  • Ghost User enabled an automatic merge when the pipeline for 5b69c2b2 succeeds

    enabled an automatic merge when the pipeline for 5b69c2b2 succeeds

  • removed Needs Review label

  • merged

  • Ghost User mentioned in commit 702a89b0

    mentioned in commit 702a89b0

  • Please register or sign in to reply
    Loading