You've already forked FrameTour-BE
渲染机
This commit is contained in:
@@ -65,6 +65,19 @@
|
||||
END)
|
||||
where id = #{id}
|
||||
</update>
|
||||
<update id="updateHost">
|
||||
update render_worker
|
||||
set platform = #{status.platform},
|
||||
runtime_version = #{status.runtimeVersion},
|
||||
version = #{status.version},
|
||||
cpu_count = #{status.cpuCount},
|
||||
cpu_usage = #{status.cpuUsage},
|
||||
memory_total = #{status.memoryTotal},
|
||||
memory_available = #{status.memoryAvailable},
|
||||
support_feature = #{status.supportFeature},
|
||||
update_at = #{status.updateAt}
|
||||
where id = #{id}
|
||||
</update>
|
||||
<delete id="deleteById">
|
||||
delete from render_worker where id = #{id}
|
||||
</delete>
|
||||
|
Reference in New Issue
Block a user