Skip to content

Commit

Permalink
mxq: Rebuild with MXQ_MAX_ACTIVE_GROUPS_PER_USER=500
Browse files Browse the repository at this point in the history
This was requested by Slava [1].

Because the default limit of 100 is arbitrary and the requested
limit of 500 is in the same magnitude, we can increase it.

[1] #426 (comment)
  • Loading branch information
donald committed Sep 12, 2017
1 parent 2d827cc commit 78abe75
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mxq.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION mxq-0.25.4-0
# BEE_VERSION mxq-0.25.4-1

## this file was created by bee init and should be executed to build a
## bee-package. (Additional hints are located at the end of this file.)
Expand Down Expand Up @@ -57,9 +57,9 @@ SRCURL[0]="https://github.molgen.mpg.de/mariux64/mxq/archive/${PKGVERSION}.tar.g
# bee_configure
#}

#mee_build() {
# bee_build
#}
mee_build() {
bee_build EXTRA_CFLAGS=-DMXQ_MAX_ACTIVE_GROUPS_PER_USER=500 V=1
}

#mee_install() {
# bee_install
Expand Down

0 comments on commit 78abe75

Please sign in to comment.