Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
freedombone
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Context Sensitive Group
freedombone
Commits
3708790d
Commit
3708790d
authored
7 years ago
by
Bob Mottram
Browse files
Options
Downloads
Patches
Plain Diff
Add timeout command for not very powerful SBCs
parent
219ad6ac
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/freedombone-app-pleroma
+1
-0
1 addition, 0 deletions
src/freedombone-app-pleroma
with
1 addition
and
0 deletions
src/freedombone-app-pleroma
+
1
−
0
View file @
3708790d
...
...
@@ -208,6 +208,7 @@ function pleroma_create_database {
run_system_query_postgresql
"GRANT ALL ON ALL tables IN SCHEMA public TO pleroma;"
run_system_query_postgresql
"GRANT ALL ON ALL sequences IN SCHEMA public TO pleroma;"
run_system_query_postgresql
"CREATE EXTENSION citext;"
run_system_query_postgresql
"set statement_timeout to 20000;"
read_config_param
"PLEROMA_SECRET_KEY"
if
[
${#
PLEROMA_SECRET_KEY
}
-lt
50
]
;
then
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment