Skip to content

Commit

Permalink
Merge pull request #26 from silverstripe/remove-crontask-gc
Browse files Browse the repository at this point in the history
Remove the session GC task and API
  • Loading branch information
Sean Harvey authored Jun 14, 2017
2 parents 33342d7 + d91baf5 commit 5983c48
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 65 deletions.
8 changes: 0 additions & 8 deletions code/Model/DynamoDbSession.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,12 +108,4 @@ public function register()
{
return $this->handler->register();
}

/**
* Garbage collect the configured DynamoDB session table
*/
public function collect()
{
return $this->handler->garbageCollect();
}
}
57 changes: 0 additions & 57 deletions code/Tasks/GarbageCollectSessionCronTask.php

This file was deleted.

0 comments on commit 5983c48

Please sign in to comment.