This repository was archived by the owner on Oct 1, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathconfig.json
More file actions
52 lines (52 loc) · 1.81 KB
/
Copy pathconfig.json
File metadata and controls
52 lines (52 loc) · 1.81 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "Export large projects",
"namespace": "ExportLargeProjects\\ExternalModule",
"description": "This module allows REDCap to export large projects without getting a timeout. This module is developed to bring Stanford University's Large Project Export plugin to REDCap's external modules. See the <b><a href='https://github.com/ctsit/export_large_projects' target='_blank'>documentation</a></b> at <a href='https://github.com/ctsit/export_large_projects' target='_blank'>https://github.com/ctsit/export_large_projects</a>",
"permissions": [
"hook_every_page_top"
],
"authors": [
{
"name": "Surya Prasanna",
"email": "suryayalla@ufl.edu",
"institution": "University of Florida - CTSI"
},
{
"name": "Philip Chase",
"email": "pbc@ufl.edu",
"institution": "University of Florida - CTSI"
},
{
"name": "Taryn Stoffs",
"email": "tls@ufl.edu",
"institution": "University of Florida - CTSI"
},
{
"name": "Tiago Bember Simeao",
"email": "tbembersimeao@ufl.edu",
"institution": "University of Florida - CTSI"
},
{
"name": "Andy Martin",
"email": "andy123@stanford.edu",
"institution": "Stanford University"
}
],
"project-settings": [
{
"key": "fields_per_batch",
"name": "No. of fields per batch",
"type": "text",
"default": "80000"
},
{
"key": "max_execution_time_per_batch",
"name": "Max execution time per batch",
"type": "text",
"default": "20"
}
],
"compatibility": {
"redcap-version-min": "8.0.3"
}
}