fix async profiler task query && Bump up UI (#12821)
This commit is contained in:
parent
3223a2c2ec
commit
88cd1eb025
|
|
@ -49,7 +49,8 @@ public class BanyanDBAsyncProfilerTaskQueryDAO extends AbstractBanyanDBDAO imple
|
|||
AsyncProfilerTaskRecord.TASK_ID,
|
||||
AsyncProfilerTaskRecord.CREATE_TIME,
|
||||
AsyncProfilerTaskRecord.DURATION,
|
||||
AsyncProfilerTaskRecord.EVENT_TYPES
|
||||
AsyncProfilerTaskRecord.EVENT_TYPES,
|
||||
AsyncProfilerTaskRecord.EXEC_ARGS
|
||||
);
|
||||
|
||||
private final int queryMaxSize;
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit aff69c057ff6a07484d71c226e04b2af188d0203
|
||||
Subproject commit ea0f5e5f62350b110fecf15af7cdac2a4f03eafa
|
||||
Loading…
Reference in New Issue