Skip to content

Commit aa0da2c

Browse files
committed
deactivated AutomatedDeletionService since it is not used within this version
1 parent 370c456 commit aa0da2c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/main/java/ch/ethz/seb/sps/server/servicelayer/impl/AutomatedDeletionServiceImpl.java

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,11 @@ public AutomatedDeletionServiceImpl(
4545

4646
@Override
4747
public void init() {
48+
// TODO at the moment we do not have auto deletion. Maybe later
4849
// triggered every hour...
49-
this.taskScheduler.scheduleWithFixedDelay(
50-
this::update,
51-
java.time.Duration.ofMillis(Constants.HOUR_IN_MILLIS));
50+
// this.taskScheduler.scheduleWithFixedDelay(
51+
// this::update,
52+
// java.time.Duration.ofMillis(Constants.HOUR_IN_MILLIS));
5253
}
5354

5455
private void update() {

0 commit comments

Comments
 (0)