mirror of
https://github.com/Xevion/runnerspace.git
synced 2025-12-07 09:16:21 -06:00
Reduce online timer span, reduce letter spacing in image banner
This commit is contained in:
@@ -8,7 +8,7 @@ from sqlalchemy import func
|
||||
|
||||
from .create_app import db
|
||||
|
||||
MAXIMUM_ONLINE_DELTA = datetime.timedelta(minutes=5)
|
||||
MAXIMUM_ONLINE_DELTA = datetime.timedelta(minutes=1)
|
||||
|
||||
|
||||
class User(UserMixin, db.Model):
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
Binary file not shown.
Reference in New Issue
Block a user