Skip to content

Commit

Permalink
FISH-8672 FISH-8857 Reintroduce set method for deprecated variable
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Pielage <[email protected]>
  • Loading branch information
Pandrex247 committed Jun 20, 2024
1 parent fae17eb commit 98a0269
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,7 @@ public int getBackgroundProcessorDelay() {
@Override
public void setBackgroundProcessorDelay(int delay) {
backgroundProcessorDelayAtomic.set(delay);
backgroundProcessorDelay = delay;
}


Expand Down

0 comments on commit 98a0269

Please sign in to comment.