mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-13 05:51:34 +00:00
8 lines
140 B
Text
8 lines
140 B
Text
|
#!/bin/bash
|
||
|
|
||
|
set -euo pipefail
|
||
|
|
||
|
source /etc/container_environment.sh
|
||
|
cd /overleaf/services/project-history
|
||
|
node scripts/flush_all.js 100000
|