diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2019-04-14 01:40:29 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2019-04-14 01:40:29 +0900 |
| commit | aa3d2deeaab5a215178eaae7d05b17628b33eca3 (patch) | |
| tree | 9b273acad69697000ce34ee2be2ad0c451342999 /.config | |
| parent | Update id generation methods (diff) | |
| download | sharkey-aa3d2deeaab5a215178eaae7d05b17628b33eca3.tar.gz sharkey-aa3d2deeaab5a215178eaae7d05b17628b33eca3.tar.bz2 sharkey-aa3d2deeaab5a215178eaae7d05b17628b33eca3.zip | |
Add meid
Diffstat (limited to '.config')
| -rw-r--r-- | .config/example.yml | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/.config/example.yml b/.config/example.yml index 32ad165623..48b1a0fd1c 100644 --- a/.config/example.yml +++ b/.config/example.yml @@ -127,18 +127,10 @@ drive: # change it according to your preferences. # Available methods: -# aid ... Use AID for ID generation -# ulid ... Use ulid for ID generation -# objectid ... This is left for backward compatibility. - -# AID is the original ID generation method. - -# ULID: Universally Unique Lexicographically Sortable Identifier. -# for more details: https://github.com/ulid/spec -# * Normally, AID should be sufficient. - -# ObjectID is the method used in previous versions of Misskey. -# * Choose this if you are migrating from a previous Misskey. +# aid ... Short, Millisecond accuracy +# meid ... Similar to ObjectID, Millisecond accuracy +# ulid ... Millisecond accuracy +# objectid ... This is left for backward compatibility id: 'aid' |