Skip to content

Commit

Permalink
fix: should set StorageServiceImpl#available to true for elastic worker
Browse files Browse the repository at this point in the history
  • Loading branch information
D-D-H committed Mar 20, 2024
1 parent c8dc76a commit 6d89421
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ public StorageServiceImpl(CipherService cipherService) {
@PostConstruct
private void init() {
if (isElasticWorker()) {
available = true;
return;
}

Expand Down

0 comments on commit 6d89421

Please sign in to comment.