Skip to content

Commit

Permalink
Events: Room Filter
Browse files Browse the repository at this point in the history
- changed the queries that are used to populate the filter in an attempt to make the filter load faster
  - to enable set unitime.events.roomFilter.fasterCounts to true (defaults to false)
  - experimental, more testing is needed
  • Loading branch information
tomas-muller committed Aug 16, 2024
1 parent 0980682 commit 74ccb70
Show file tree
Hide file tree
Showing 4 changed files with 245 additions and 108 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1364,6 +1364,11 @@ public enum ApplicationProperty {
@DefaultValue("false")
@Description("Event Filter: do not count most of the items (faster load, but less interactive behaviour)")
EventFilterSkipMostCounts("unitime.events.eventFilter.skipCounts"),

@Type(Boolean.class)
@DefaultValue("false")
@Description("Room Filter: faster computation of the filter items (experimental)")
RoomFilterFasterCounts("unitime.events.roomFilter.fasterCounts"),

@Type(Boolean.class)
@DefaultValue("true")
Expand Down
Loading

0 comments on commit 74ccb70

Please sign in to comment.