kopia lustrzana https://github.com/OpenDroneMap/NodeODM
commit
83d75ce14d
|
@ -233,9 +233,9 @@ module.exports = class Task{
|
||||||
}
|
}
|
||||||
|
|
||||||
updateProcessingTime(resetTime){
|
updateProcessingTime(resetTime){
|
||||||
this.processingTime = resetTime ?
|
this.processingTime = (resetTime || this.dateStarted === 0) ?
|
||||||
-1 :
|
-1 :
|
||||||
new Date().getTime() - this.dateCreated;
|
new Date().getTime() - this.dateStarted;
|
||||||
}
|
}
|
||||||
|
|
||||||
startTrackingProcessingTime(){
|
startTrackingProcessingTime(){
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "NodeODM",
|
"name": "NodeODM",
|
||||||
"version": "2.2.3",
|
"version": "2.2.4",
|
||||||
"description": "REST API to access ODM",
|
"description": "REST API to access ODM",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Ładowanie…
Reference in New Issue