From e64852e86bf883289023ccd62eee69d46fc01526 Mon Sep 17 00:00:00 2001 From: chiu Date: Sat, 15 Feb 2020 14:55:22 +0800 Subject: [PATCH] try fix long update problem --- temp_file/playground_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/temp_file/playground_controller.rb b/temp_file/playground_controller.rb index 0324c7f..4a40aab 100644 --- a/temp_file/playground_controller.rb +++ b/temp_file/playground_controller.rb @@ -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