Skip to content

Commit 097a079

Browse files
committed
sched: increase the resource grid history grid size
1 parent d72e1e8 commit 097a079

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/scheduler/cell/resource_grid.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ struct cell_resource_allocator {
236236
/// \brief Number of previous slot results to keep in history before they get deleted.
237237
///
238238
/// Having access to past decisions is useful during the handling of error indications.
239-
static const size_t RING_MAX_HISTORY_SIZE = 4;
239+
static const size_t RING_MAX_HISTORY_SIZE = 8;
240240
/// Number of slots managed by this container.
241241
static const size_t RING_ALLOCATOR_SIZE =
242242
get_allocator_ring_size_gt_min(RING_MAX_HISTORY_SIZE + SCHEDULER_MAX_K0 + NTN_CELL_SPECIFIC_KOFFSET_MAX +

0 commit comments

Comments
 (0)