Improved threading and resource usage, new defaults

This commit is contained in:
Shoghi Cervantes
2015-01-02 18:46:39 +01:00
parent 47cbf56725
commit 692045d714
10 changed files with 163 additions and 68 deletions

View File

@ -37,9 +37,4 @@ class SendUsageTask extends AsyncTask{
public function onRun(){
Utils::postURL($this->endpoint, unserialize($this->data));
}
public function onCompletion(Server $server){
}
}