Type constant
This commit is contained in:
parent
208659d42e
commit
c008818c77
1 changed files with 2 additions and 1 deletions
|
@ -22,6 +22,7 @@ import sh.libre.scim.core.GroupAdapter;
|
|||
import sh.libre.scim.core.ScimDispatcher;
|
||||
import sh.libre.scim.core.UserAdapter;
|
||||
|
||||
import java.time.Duration;
|
||||
import java.util.Date;
|
||||
import java.util.List;
|
||||
|
||||
|
@ -176,6 +177,6 @@ public class ScimStorageProviderFactory
|
|||
|
||||
});
|
||||
}
|
||||
}, 30000, "scim-background");
|
||||
}, Duration.ofSeconds(30).toMillis(), "scim-background");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue