-
Notifications
You must be signed in to change notification settings - Fork 69
Open
Description
文件:
/include/storages/Bae.php
//这里是效率瓶颈啊!!
public function read($filename){
return $this->instance->get_object($this->domain,$this->get_file($filename));
}应该为:
//这里是效率瓶颈啊!!
public function read($filename){
return $this->instance->get_object($this->domain,$this->get_file($filename))->body;
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels