improved performances of initial sync
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package net.woggioni.jpacrepo.api.service;
|
||||
|
||||
import jakarta.annotation.security.PermitAll;
|
||||
import jakarta.ejb.Remote;
|
||||
@Remote
|
||||
@PermitAll
|
||||
public interface FileSystemSynchronizer {
|
||||
void syncDb();
|
||||
}
|
@@ -21,8 +21,6 @@ import java.util.Set;
|
||||
@Remote
|
||||
@PermitAll
|
||||
public interface PacmanServiceRemote {
|
||||
void syncDB();
|
||||
|
||||
void deletePackage(String filename);
|
||||
|
||||
List<String> searchName(@Nonnull String name);
|
||||
|
Reference in New Issue
Block a user