|
c67577c624
|
fix: Optimize CSV generation
|
2025-06-11 14:17:03 +00:00 |
|
|
2c265e5f4c
|
feat: Store temporary files in /tmp, add fixes
|
2025-06-11 00:11:24 +00:00 |
|
|
544f80da84
|
fix: Correct logic flow, add comments
|
2025-06-10 14:21:26 +00:00 |
|
|
46cf852324
|
feat: Optimize file analysis loop
|
2025-06-09 15:07:05 +00:00 |
|
|
74af7e44ea
|
fix: Correct syntax errors, optimize stale file deletion
|
2025-06-09 05:07:30 +00:00 |
|
|
60147fad1d
|
fix: Reapply missing changes
|
2025-06-08 22:52:56 +00:00 |
|
|
b91694e1cf
|
fix: Remove leftover videos from other channels
|
2025-06-08 22:29:52 +00:00 |
|
|
f301b3ecb8
|
fix: Correct date syntax
|
2025-06-08 22:09:58 +00:00 |
|
|
f6cb04f0ac
|
fix: Reduce amount of folders created, added coverage to subscriptions
|
2025-06-08 22:08:27 +00:00 |
|
|
424f040158
|
feat: Add the ability to split CSV and DB generation
|
2025-06-02 14:21:59 +00:00 |
|
|
4b3c32e37b
|
fix: Correct parsing, add compression of data after finishing
|
2025-05-31 19:37:00 +00:00 |
|
|
dbefa868bf
|
fix: Correct parsing logic
|
2025-05-30 19:49:04 +00:00 |
|
|
fedd8f544d
|
fix: Correct parsing, add comments
|
2025-05-30 16:09:56 +00:00 |
|
|
f2c4332d89
|
feat: Add new script to download YouTube channel data
|
2025-05-30 15:52:49 +00:00 |
|
|
85ef7222ca
|
chore: Add shfmt/shellcheck suggestions
|
2025-05-13 14:38:35 +00:00 |
|
|
9956b40876
|
feat: Optimize performance of more queries
|
2025-05-13 14:37:20 +00:00 |
|
|
c456e0a5c6
|
feat: Optimize performance of a query (cf. https://github.com/friendica/friendica/pull/14843/files)
|
2025-05-12 15:14:16 +00:00 |
|
|
dd777f448b
|
feat: Optimize performance of the initial search
|
2025-05-12 00:53:16 +00:00 |
|
|
36014518cc
|
feat: Display Redis data about workerqueue
|
2025-05-09 01:56:24 +00:00 |
|
|
4fa29db912
|
fix: Optimize index generation
|
2025-05-09 01:55:08 +00:00 |
|
|
05d10e443d
|
feat: Add intensive optimizations setting; add option to resume at specific index
|
2025-04-15 21:01:50 +00:00 |
|
|
b6efd12843
|
fix: Correct row count command; standardize indexes
|
2025-04-15 21:00:52 +00:00 |
|
|
02a3319e92
|
feat: Create indexes only if intensive optimizations are on
|
2025-04-15 20:59:57 +00:00 |
|
|
9b18a6436d
|
fix: Correct some issues with the iterator
|
2025-04-04 17:37:22 -06:00 |
|
|
52634d1d86
|
chore: Update README
|
2025-04-04 09:14:09 -06:00 |
|
|
364d1d2cfd
|
chore: Rename file for clarity of functionality
|
2025-04-04 09:12:40 -06:00 |
|
|
d31dfd5d66
|
fix: Remove intensive tasks by default from scheduled maintenance
|
2025-03-26 13:50:25 -06:00 |
|
|
57779b538a
|
feat: Allow the messages for the database cleaner to be silenced
|
2025-03-26 13:49:46 -06:00 |
|
|
b6bc842221
|
feat: Add parameter to set amount of time to delete, add several optimizations and safeguards
|
2025-03-11 09:58:00 -06:00 |
|
|
6229d79089
|
feat: Split the run into batches for stability, add visible item counter
|
2025-03-07 16:51:00 -06:00 |
|
|
ba0ae09fe6
|
fix: Use correct join for gserver
|
2025-03-07 12:37:58 -06:00 |
|
|
e51fbc72d4
|
fix: Remove parallel code for a single-item deletion; fix input ID parameter
|
2025-03-07 12:37:33 -06:00 |
|
|
70f5f2e9a0
|
feat: Move certain intensive optimizations to their corresponding section
|
2025-03-07 12:35:48 -06:00 |
|
|
0c1a77a715
|
chore: Update README
|
2025-03-06 09:31:50 -06:00 |
|
|
99c50e5df3
|
feat: Improve the display of data for the large account finder
|
2025-03-06 09:31:37 -06:00 |
|
|
1162155b25
|
feat: Improve the output method for several scripts
|
2025-03-06 09:31:04 -06:00 |
|
|
e3d167b7de
|
fix: Add script to delete specific contacts
|
2025-03-06 09:29:23 -06:00 |
|
|
21803e6410
|
feat: Add script to detect accounts with the largest amount of posts
|
2025-03-05 15:05:22 -06:00 |
|
|
78e26fce2d
|
fix: Limit filter for worker queue selection to not-done items
|
2025-03-05 09:22:28 -06:00 |
|
|
94b6d9f996
|
feat: Improve data display, add switch for intensive optimizations
|
2025-03-05 09:21:37 -06:00 |
|
|
477637f7e4
|
fix: Correct the comparison displayed on diff
|
2025-03-05 09:20:23 -06:00 |
|
|
eedc7f0472
|
fix: Correct parentheses in thread condition
|
2025-02-28 08:52:49 -06:00 |
|
|
0ab935e412
|
fix: Reduce the amount of threads for background compression to delay system saturation
|
2025-02-28 08:50:25 -06:00 |
|
|
569d903dea
|
feat: Default cron tasks to intense optimizations
|
2025-02-26 15:25:12 -06:00 |
|
|
9a3774c142
|
fix: Hide error handled later in the pipe
|
2025-02-25 16:36:50 -06:00 |
|
|
63f8ba5c96
|
chore: Add shfmt/shellcheck suggestions
|
2025-02-25 11:59:55 -06:00 |
|
|
5311b5af3a
|
fix: Add the detector of GIF length to the storage compressor
|
2025-02-25 11:40:48 -06:00 |
|
|
26cf9b132e
|
chore: Add shfmt/shellcheck suggestions
|
2025-02-24 11:07:51 -06:00 |
|
|
c0d998342d
|
feat: Add a fifth parameter to disable the lockfile implementation
|
2025-02-24 11:03:57 -06:00 |
|
|
44da143777
|
fix: Align a displayed number
|
2025-02-24 11:01:24 -06:00 |
|