Changed default poll interval to 1000 ms (1 second)
This commit is contained in:
@@ -37,6 +37,6 @@ import java.lang.annotation.Target;
|
||||
@Documented
|
||||
public @interface Polled {
|
||||
|
||||
int period() default 100;
|
||||
int period() default 1000;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user