aidevops 3.13.63 → 3.13.64
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/VERSION +1 -1
- package/aidevops.sh +1 -1
- package/package.json +1 -1
- package/setup-modules/schedulers-platform.sh +2 -6
- package/setup.sh +1 -1
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.13.
|
|
1
|
+
3.13.64
|
package/aidevops.sh
CHANGED
package/package.json
CHANGED
|
@@ -369,12 +369,8 @@ _install_pulse_merge_routine_launchd() {
|
|
|
369
369
|
</dict>
|
|
370
370
|
<key>RunAtLoad</key>
|
|
371
371
|
<false/>
|
|
372
|
-
<key>
|
|
373
|
-
<
|
|
374
|
-
<key>LowPriorityBackgroundIO</key>
|
|
375
|
-
<true/>
|
|
376
|
-
<key>Nice</key>
|
|
377
|
-
<integer>10</integer>
|
|
372
|
+
<key>KeepAlive</key>
|
|
373
|
+
<false/>
|
|
378
374
|
<key>SoftResourceLimits</key>
|
|
379
375
|
<dict>
|
|
380
376
|
<key>NumberOfFiles</key>
|
package/setup.sh
CHANGED
|
@@ -12,7 +12,7 @@ shopt -s inherit_errexit 2>/dev/null || true
|
|
|
12
12
|
# AI Assistant Server Access Framework Setup Script
|
|
13
13
|
# Helps developers set up the framework for their infrastructure
|
|
14
14
|
#
|
|
15
|
-
# Version: 3.13.
|
|
15
|
+
# Version: 3.13.64
|
|
16
16
|
#
|
|
17
17
|
# Quick Install:
|
|
18
18
|
# npm install -g aidevops && aidevops update (recommended)
|