Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.

Commit 61fdf7e

Browse files
kutsaleli-darkly
authored andcommitted
Fixes #162 (#163)
1 parent f6da41b commit 61fdf7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/launchdarkly/client/LDConfig.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ public Builder userKeysCapacity(int capacity) {
541541
* @return the builder
542542
*/
543543
public Builder userKeysFlushInterval(int flushInterval) {
544-
this.flushIntervalSeconds = flushInterval;
544+
this.userKeysFlushInterval = flushInterval;
545545
return this;
546546
}
547547

@@ -593,4 +593,4 @@ public LDConfig build() {
593593
return new LDConfig(this);
594594
}
595595
}
596-
}
596+
}

0 commit comments

Comments
 (0)