try fix long update problem

This commit is contained in:
chiu 2020-02-15 14:55:22 +08:00
parent 22b04ae5a3
commit e64852e86b
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ class Admin::PlaygroundController < OrbitAdminController
mul.save
end
else
render :json => {"alive" => true, "response" => "", "error" => false}.to_json
render :json => {"alive" => true, "response" => "finish", "error" => false}.to_json
end
end
end