Remove map data from the simulation
1 open thread
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
Activity
SonarQube analysis reported 1 issue
-
⚠ 1 major
-
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 added Needs Changes label
added Needs Review and removed Needs Changes labels
SonarQube analysis reported 1 issue
-
⚠ 1 major
-
enabled an automatic merge when the pipeline for 5b69c2b2 succeeds
removed Needs Review label
mentioned in commit 702a89b0
Please register or sign in to reply