Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
Doris-Extras committed Oct 26, 2024
1 parent b029126 commit 5bf8921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/src/runtime/workload_group/workload_group.h
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class WorkloadGroup : public std::enable_shared_from_this<WorkloadGroup> {

void enable_write_buffer_limit(bool enable_limit) { _enable_write_buffer_limit = enable_limit; }

bool enable_write_buffer_limit() const { return enable_write_buffer_limit; }
bool enable_write_buffer_limit() const { return _enable_write_buffer_limit; }

// make memory snapshots and refresh total memory used at the same time.
int64_t refresh_memory_usage();
Expand Down

0 comments on commit 5bf8921

Please sign in to comment.