Skip to content

Commit 0bab9e9

Browse files
authored
Increase QUERY_TEXT_LIMIT for query stats to 10KB. (#15186)
1 parent 0e620d2 commit 0bab9e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/kqp/session_actor/kqp_query_stats.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ui64 TKqpQueryStats::GetWorkerCpuTimeUs() const {
2626
return WorkerCpuTimeUs;
2727
}
2828

29-
constexpr size_t QUERY_TEXT_LIMIT = 4096;
29+
constexpr size_t QUERY_TEXT_LIMIT = 10240;
3030

3131
template <typename T>
3232
void CollectQueryStatsImpl(const TActorContext& ctx, const T* queryStats,

0 commit comments

Comments
 (0)