Skip to content

Commit

Permalink
fix reload consumer
Browse files Browse the repository at this point in the history
  • Loading branch information
firestar committed Oct 2, 2024
1 parent 8b42db8 commit f73b00c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = 'com.nucleodb'
version = '1.19.2'
version = '1.19.2.1'

repositories {
mavenCentral()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ public void run() {
this.subscribe(new String[]{this.getSettings().getTable().toLowerCase()});

if(isReloadConsumer()){
regularConsumer();
reloadConsumer();
return;
}

Expand Down

0 comments on commit f73b00c

Please sign in to comment.