1
0
Fork 0
This commit is contained in:
Vladimír Dudr 2023-05-30 14:20:30 +02:00
parent 390369ebfb
commit e000de618c
4 changed files with 5 additions and 3 deletions

View file

@ -2,4 +2,4 @@
php="$(basename "$0")" php="$(basename "$0")"
exec nix shell "github:loophp/nix-shell#${php}" --command php "$@" exec nix shell "github:loophp/nix-shell#${php}" --impure --command php -d memory_limit=4G "$@"

View file

@ -15,7 +15,7 @@
rebase = true rebase = true
[rebase] [rebase]
autostash = false autostash = true
[core] [core]
pager = less pager = less

View file

@ -15,6 +15,8 @@ CombinedUpgrade
NewsOnUpgrade NewsOnUpgrade
BatchInstall BatchInstall
SortBy=name
LocalRepo = paru LocalRepo = paru
Chroot Chroot
#Sign #Sign

View file

@ -21,7 +21,7 @@ context.properties = {
## Properties for the DSP configuration. ## Properties for the DSP configuration.
default.clock.rate = 44100 default.clock.rate = 44100
default.clock.allowed-rates = [ 44100 48000 88200 96000 192000 ] default.clock.allowed-rates = [ 44100 48000 88200 96000 192000 384000 ]
#default.clock.quantum = 1024 #default.clock.quantum = 1024
#default.clock.min-quantum = 32 #default.clock.min-quantum = 32
#default.clock.max-quantum = 8192 #default.clock.max-quantum = 8192