Skip to content

Commit

Permalink
Disable database load generator
Browse files Browse the repository at this point in the history
  • Loading branch information
carlesarnal committed Jan 18, 2024
1 parent bf5590e commit fb6f9cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class LoadGenerator {

private static final Logger log = LoggerFactory.getLogger(ProbeMonitoring.class);

public void startMonitoring(@Observes StartupEvent startupEvent) {
public void startMonitoring() {
int concurrentTasks = 2;

try {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public Long failedDeletes() {
return failedDeletes;
}

public void startMonitoring(@Observes StartupEvent startupEvent) {
public void startMonitoring() {

oAuthclient = createOauthClient();
basicClient = createBasicClient();
Expand Down

0 comments on commit fb6f9cd

Please sign in to comment.