path fixing
This commit is contained in:
@@ -22,8 +22,10 @@ import (
|
||||
const FILE_MEM_LIMIT int64 = 10 << 20
|
||||
const MAX_REQUEST_BYTES int64 = FILE_MEM_LIMIT + (1 << 20)
|
||||
|
||||
const POST_MEDIA_FULL_PATH = "web/static/media/posts/full"
|
||||
const POST_MEDIA_THUMB_PATH = "web/static/media/posts/thumb"
|
||||
var (
|
||||
POST_MEDIA_FULL_PATH = "web/static/media/posts/full"
|
||||
POST_MEDIA_THUMB_PATH = "web/static/media/posts/thumb"
|
||||
)
|
||||
|
||||
const MAX_THREAD_COUNT = 50
|
||||
|
||||
|
||||
Reference in New Issue
Block a user